Change theme primary accent color

This commit is contained in:
mitchell 2020-11-02 15:17:19 -05:00
parent d7ed169b96
commit 24d7587106
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ bspc config split_ratio 0.52
bspc config borderless_monocle true bspc config borderless_monocle true
bspc config gapless_monocle true bspc config gapless_monocle true
bspc config focused_border_color '#689d6a' bspc config focused_border_color '#92971a'
# bspc rule -a Gimp desktop='^8' state=floating follow=on # bspc rule -a Gimp desktop='^8' state=floating follow=on
# bspc rule -a Chromium desktop='^2' # bspc rule -a Chromium desktop='^2'

View File

@ -10,7 +10,7 @@ fade-delta = 5
inactive-opacity = 0.85 inactive-opacity = 0.85
blur-background = true blur-background = true
blur-kern = "7x7box" blur-kern = "11x11gaussian"
vsync = true vsync = true

View File

@ -23,7 +23,7 @@ background-alt = #3c3836
;foreground = ${xrdb:color7:#222} ;foreground = ${xrdb:color7:#222}
foreground = #ebdbb2 foreground = #ebdbb2
foreground-alt = #fbf1c7 foreground-alt = #fbf1c7
primary = #689d6a primary = #92971a
secondary = #458588 secondary = #458588
alert = #cc241d alert = #cc241d