mirror of https://github.com/mitchell/dotfiles.git
Change theme primary accent color
This commit is contained in:
parent
d7ed169b96
commit
24d7587106
|
@ -19,7 +19,7 @@ bspc config split_ratio 0.52
|
|||
bspc config borderless_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 Chromium desktop='^2'
|
||||
|
|
|
@ -10,7 +10,7 @@ fade-delta = 5
|
|||
inactive-opacity = 0.85
|
||||
|
||||
blur-background = true
|
||||
blur-kern = "7x7box"
|
||||
blur-kern = "11x11gaussian"
|
||||
|
||||
vsync = true
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ background-alt = #3c3836
|
|||
;foreground = ${xrdb:color7:#222}
|
||||
foreground = #ebdbb2
|
||||
foreground-alt = #fbf1c7
|
||||
primary = #689d6a
|
||||
primary = #92971a
|
||||
secondary = #458588
|
||||
alert = #cc241d
|
||||
|
||||
|
|
Loading…
Reference in New Issue