diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-11 01:41:05 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-11 01:41:05 +0900 |
| commit | 166ebd4a04d12c38f2493a4bfbe59d1e58fcd1dc (patch) | |
| tree | cca385d3fdf3fec82ac59310c912db3ee9bf7da1 /config/wallust/templates/colors-rofi.rasi | |
| parent | 1b691b5d8b6b3b3bada39b7bcdc0b2d5bd163195 (diff) | |
config.rasi color, wallust-kitty, Dark Obsidian Waybar CSS updated.
Diffstat (limited to 'config/wallust/templates/colors-rofi.rasi')
| -rw-r--r-- | config/wallust/templates/colors-rofi.rasi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/wallust/templates/colors-rofi.rasi b/config/wallust/templates/colors-rofi.rasi index dfcc08c9..185aadd9 100644 --- a/config/wallust/templates/colors-rofi.rasi +++ b/config/wallust/templates/colors-rofi.rasi @@ -1,9 +1,9 @@ * { -active-background: {{color9}}; +active-background: {{color7}}; active-foreground: {{foreground}}; normal-background: {{background}}; normal-foreground: {{foreground}}; -urgent-background: {{color7}}; +urgent-background: {{color12}}; urgent-foreground: {{foreground}}; alternate-active-background: {{color3}}; @@ -13,7 +13,7 @@ alternate-normal-foreground: {{foreground}}; alternate-urgent-background: {{background}}; alternate-urgent-foreground: {{foreground}}; -selected-active-background: {{color5}}; +selected-active-background: {{color7}}; selected-active-foreground: {{foreground}}; selected-normal-background: {{color9}}; selected-normal-foreground: {{foreground}}; @@ -23,6 +23,6 @@ selected-urgent-foreground: {{foreground}}; background-color: {{background}}; background: rgba(0,0,0,0.7); foreground: {{color15}}; -border-color: {{color9}}; +border-color: {{color7}}; } |
