diff options
Diffstat (limited to '.config/cow')
| -rw-r--r-- | .config/cow/cow.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/cow/cow.conf b/.config/cow/cow.conf index 234afaf..0f25d45 100644 --- a/.config/cow/cow.conf +++ b/.config/cow/cow.conf @@ -376,14 +376,14 @@ exec sh "$HOME/.config/cow/after-start.sh" # Blue 3D menu appearance. # Solid colours are the fallback/base colours. Gradient values use: # none | HGradient <colour> <colour> | VGradient <colour> <colour> -menu-style bg 0x174f9f +menu-style bg 0x458588 menu-style fg 0xffffff menu-style title.bg 0x0f3977 menu-style title.fg 0xffffff -menu-style separator 0x082653 -menu-style bg.gradient VGradient 0x2b6fc4 0x123f84 -menu-style title.bg.gradient VGradient 0x1d5ba8 0x0b2f68 -menu-style border.width 2 +menu-style separator 0x458588 +menu-style bg.gradient HGradient 0x458588 0x83a598 +menu-style title.bg.gradient HGradient 0x458588 0x83a598 +menu-style border.width 4 menu-style padding.x 8 menu-style padding.y 3 menu-style title.underlines 2 |
