i3 & vim: give Selenized Light a chance

This commit is contained in:
Aminda Suomalainen 2020-06-14 11:34:59 +03:00
parent 3d21859967
commit 696800bd60
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
3 changed files with 79 additions and 32 deletions

View File

@ -225,33 +225,59 @@ bindsym $mod+r mode "resize"
# Selenized black from https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3-selenized-black.conf # Selenized black from https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3-selenized-black.conf
# When there are two definitions of which one is commented and 000000 is # When there are two definitions of which one is commented and 000000 is
# uncommented, I have adjusted to AMOLED black. # uncommented, I have adjusted to AMOLED black.
#set $bg #181818 ##set $bg #181818
set $bg #000000 #set $bg #000000
#set $black #252525 ##set $black #252525
#set $br_black #3b3b3b ##set $br_black #3b3b3b
set $black #000000 #set $black #000000
set $br_black #000000 #set $br_black #000000
set $white #777777 #set $white #777777
set $fg #b9b9b9 #set $fg #b9b9b9
set $br_white #dedede #set $br_white #dedede
# #
set $red #ed4a46 #set $red #ed4a46
set $green #70b433 #set $green #70b433
set $yellow #dbb32d #set $yellow #dbb32d
set $blue #368aeb #set $blue #368aeb
set $magenta #eb6eb7 #set $magenta #eb6eb7
set $cyan #3fc5b7 #set $cyan #3fc5b7
set $orange #e67f43 #set $orange #e67f43
set $violet #a580e2 #set $violet #a580e2
# #
set $br_red #ff5e56 #set $br_red #ff5e56
set $br_green #83c746 #set $br_green #83c746
set $br_yellow #efc541 #set $br_yellow #efc541
set $br_blue #4f9cfe #set $br_blue #4f9cfe
set $br_magenta #ff81ca #set $br_magenta #ff81ca
set $br_cyan #56d8c9 #set $br_cyan #56d8c9
set $br_orange #fa9153 #set $br_orange #fa9153
set $br_violet #b891f5 #set $br_violet #b891f5
# Selenized light from https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3-selenized-light.conf
set $bg #fbf3db
set $black #ece3cc
set $br_black #d5cdb6
set $white #909995
set $fg #53676d
set $br_white #3a4d53
#
set $red #d2212d
set $green #489100
set $yellow #ad8900
set $blue #0072d4
set $magenta #ca4898
set $cyan #009c8f
set $orange #c25d1e
set $violet #8762c6
#
set $br_red #cc1729
set $br_green #428b00
set $br_yellow #a78300
set $br_blue #006dce
set $br_magenta #c44392
set $br_cyan #00978a
set $br_orange #bc5819
set $br_violet #825dc0
# Start i3bar to display a workspace bar (plus the system information i3status # Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available) CHANGEME # finds out, if available) CHANGEME
@ -259,6 +285,16 @@ bar {
position top position top
status_command LC_ALL=fi_FI.utf8 i3status status_command LC_ALL=fi_FI.utf8 i3status
# Selenized black from https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3-selenized-black.conf # Selenized black from https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3-selenized-black.conf
#colors {
# separator $blue
# background $bg
# statusline $br_white
# focused_workspace $green $green $bg
# active_workspace $cyan $blue $black
# inactive_workspace $black $black $fg
# urgent_workspace $yellow $yellow $black
# }
# Selenized light from https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3-selenized-light.conf
colors { colors {
separator $blue separator $blue
background $bg background $bg
@ -272,6 +308,13 @@ bar {
# Selenized black from https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3-selenized-black.conf # Selenized black from https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3-selenized-black.conf
# clientclass border backgr. text indicator # clientclass border backgr. text indicator
#client.focused $green $green $black $blue
#client.focused_inactive $cyan $cyan $black $violet
#client.unfocused $black $black $fg $white
#client.urgent $yellow $yellow $black $orange
# Selenized light from https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3-selenized-light.conf
# clientclass border backgr. text indicator
client.focused $green $green $black $blue client.focused $green $green $black $blue
client.focused_inactive $cyan $cyan $black $violet client.focused_inactive $cyan $cyan $black $violet
client.unfocused $black $black $fg $white client.unfocused $black $black $fg $white

View File

@ -15,9 +15,13 @@ general {
# staring at a clock. # staring at a clock.
interval = 1 interval = 1
# Selenized black from https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3status-selenized-black.conf # Selenized black from https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3status-selenized-black.conf
color_good = "#70b433" #color_good = "#70b433"
color_degraded = "#dbb32d" #color_degraded = "#dbb32d"
color_bad = "#ed4a46" #color_bad = "#ed4a46"
# Selenized light from https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3status-selenized-light.conf
color_good = "#489100"
color_degraded = "#ad8900"
color_bad = "#d2212d"
} }
# Logicish: colour changing things at first (load is often red especially # Logicish: colour changing things at first (load is often red especially

View File

@ -23,7 +23,7 @@ set number " Show line numbers.
set ruler " Show the line and column number of the cursor position, set ruler " Show the line and column number of the cursor position,
" separated by a comma. " separated by a comma.
set background=dark set background=light
"Use modelines! "Use modelines!
set modeline set modeline
@ -51,9 +51,9 @@ set wildmode=list:longest
set visualbell set visualbell
" gvim has light background " gvim has light background
if has('gui_running') "if has('gui_running')
set background=light " set background=light
endif "endif
" Show hidden characters via " Show hidden characters via
" https://www.perturb.org/display/679_Make_Vim_show_hidden_characters.html " https://www.perturb.org/display/679_Make_Vim_show_hidden_characters.html