This commit is contained in:
Bernhard Landauer 2018-01-04 21:57:28 +01:00
parent b8b8a7bbe2
commit 69afaf3639
2 changed files with 19 additions and 17 deletions

View file

@ -49,6 +49,7 @@ htop
inxi inxi
isousb isousb
json-c json-c
kvantum-manjaro
libdvdcss libdvdcss
libgpod libgpod
libtool libtool
@ -117,6 +118,7 @@ ttf-inconsolata
ttf-indic-otf ttf-indic-otf
ttf-liberation ttf-liberation
upower upower
vertex-maia-themes
vi vi
vibrancy-colors vibrancy-colors
viewnior viewnior

View file

@ -326,23 +326,23 @@ set_from_resource $term_color15 color15
# https://i3wm.org/dovs/userguide.html#variables # https://i3wm.org/dovs/userguide.html#variables
# Changing the value of one of the variables will # Changing the value of one of the variables will
# effect all the areas with the same color. # effect all the areas with the same color.
set $i3_background #2B2C2B set $i3_background #2b2c2b
set $i3_text #F9FAF9 set $i3_text #292f34
set $i3_separator #454947 set $i3_separator #454947
set $i3_color1 #f9faf9 set $i3_color1 #f9faf9
set $i3_color2 #595B5B set $i3_color2 #595b5b
set $i3_color3 #353836 set $i3_color3 #353836
set $i3_color4 #16A085 set $i3_color4 #1abc9c
set $i3_color5 #FDF6E3 set $i3_color5 #fdf6e3
set $i3_color6 #EEE8D5 set $i3_color6 #eee8d5
set $i3_color7 #E5201D set $i3_color7 #e5201d
set $i3_color8 #808380 set $i3_color8 #808380
set $i3_color9 #434745 set $i3_color9 #434745
set $i3_color10 #454948 set $i3_color10 #454948
set $i3_color11 #80FFF9 set $i3_color11 #80fff9
set $i3_color12 #FDF6E3 set $i3_color12 #fdf6e3
set $i3_color13 #CB4B16 set $i3_color13 #cb4b16
set $i3_color14 #268BD2 set $i3_color14 #268bd2
set $i3_color15 #000000 set $i3_color15 #000000
set $i3_color16 #ffffff set $i3_color16 #ffffff
set $i3_color17 #0c0c0c set $i3_color17 #0c0c0c
@ -366,12 +366,12 @@ bar {
statusline $i3_text statusline $i3_text
separator $i3_separator separator $i3_separator
# border backgr. text # border backgr. text
focused_workspace $i3_color1 $i3_color4 $i3_text focused_workspace $i3_color1 $i3_color4 $i3_text
active_workspace $i3_color2 $i3_color3 $i3_color5 active_workspace $i3_color2 $i3_color3 $i3_color5
inactive_workspace $i3_color2 $i3_color3 $i3_color6 inactive_workspace $i3_color2 $i3_color17 $i3_color6
binding_mode $i3_color8 $i3_background $i3_text binding_mode $i3_color8 $i3_background $i3_text
urgent_workspace $i3_color4 $i3_color5 $i3_color7 urgent_workspace $i3_color4 $i3_color5 $i3_color7
} }
} }