consistency

This commit is contained in:
tavo-wasd 2024-02-19 17:18:48 -06:00
parent 17cc9b0bc3
commit b5d89e6e04
2 changed files with 6 additions and 7 deletions

View file

@ -11,9 +11,9 @@ font="JetbrainsMono"
font_size="10" font_size="10"
col_white="#ebdbb2" # White col_white="#ebdbb2" # White
col_nb="#121212" # Normal background col_nb="#121212" # Normal background
col_nf="#282828" # Normal foreground col_nf="#606060" # Normal foreground
col_sb="#121212" # Selected background col_sb="#fe8019" # Selected background
col_sf="#fe8019" # Selected foreground col_sf="#121212" # Selected foreground
menu_bemenu() { menu_bemenu() {
bemenu$BRUN \ bemenu$BRUN \
@ -22,18 +22,17 @@ bemenu$BRUN \
-c \ -c \
-l 10 \ -l 10 \
-W 0.4 \ -W 0.4 \
-B 2 \
--cw 1 \ --cw 1 \
--tb $col_sb \ --tb $col_sb \
--tf $col_sf \ --tf $col_sf \
--fb $col_nb \ --fb $col_nb \
--ff $col_sf \ --ff $col_nf \
--cb $col_nb \ --cb $col_nb \
--cf $col_white \ --cf $col_white \
--nb $col_nb \ --nb $col_nb \
--nf $col_nf \ --nf $col_nf \
--hb $col_sb \ --hb $col_sb \
--hf $col_white \ --hf $col_sf \
--ab $col_nb \ --ab $col_nb \
--af $col_nf \ --af $col_nf \
--bdr $col_sf \ --bdr $col_sf \

View file

@ -140,7 +140,7 @@ bar {
tray_padding 4 tray_padding 4
colors { colors {
background #000000 background #121212
statusline #606060 statusline #606060
focused_workspace $col_fg $col_fg $col_bg focused_workspace $col_fg $col_fg $col_bg
inactive_workspace #000000 #000000 #606060 inactive_workspace #000000 #000000 #606060