diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-06-11 04:15:57 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-11 04:15:57 +0900 |
| commit | 22b85572e891b874011893f62d4eaf94f20486df (patch) | |
| tree | 3452d4164a8964cd85fe57de2bd128baeb0ee2ff /config/rofi/wallust | |
| parent | c4ee8142bf7e8d89602cb7712da10888a54d438b (diff) | |
| parent | ed21639feebd8e3b6a6a4c2a59686f777b9688b9 (diff) | |
Merge pull request #338 from JaKooLit/development
Development to Main including pre-release
Diffstat (limited to 'config/rofi/wallust')
| -rw-r--r-- | config/rofi/wallust/colors-rofi.rasi | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/config/rofi/wallust/colors-rofi.rasi b/config/rofi/wallust/colors-rofi.rasi index b7cc56a7..bdbf8eb6 100644 --- a/config/rofi/wallust/colors-rofi.rasi +++ b/config/rofi/wallust/colors-rofi.rasi @@ -1,28 +1,28 @@ * { -active-background: #1F1F18; -active-foreground: #BFBEB7; -normal-background: #020302; -normal-foreground: #BFBEB7; -urgent-background: #3E3B2A; -urgent-foreground: #BFBEB7; +active-background: #101C2F; +active-foreground: #D6CBD5; +normal-background: #030508; +normal-foreground: #D6CBD5; +urgent-background: #2B7F48; +urgent-foreground: #D6CBD5; -alternate-active-background: #363324; -alternate-active-foreground: #BFBEB7; -alternate-normal-background: #020302; -alternate-normal-foreground: #BFBEB7; -alternate-urgent-background: #020302; -alternate-urgent-foreground: #BFBEB7; +alternate-active-background: #11606B; +alternate-active-foreground: #D6CBD5; +alternate-normal-background: #030508; +alternate-normal-foreground: #D6CBD5; +alternate-urgent-background: #030508; +alternate-urgent-foreground: #D6CBD5; -selected-active-background: #1F1F18; -selected-active-foreground: #BFBEB7; -selected-normal-background: #9B998F; -selected-normal-foreground: #BFBEB7; -selected-urgent-background: #3E3B2A; -selected-urgent-foreground: #BFBEB7; +selected-active-background: #101C2F; +selected-active-foreground: #D6CBD5; +selected-normal-background: #BCADBB; +selected-normal-foreground: #D6CBD5; +selected-urgent-background: #2B7F48; +selected-urgent-foreground: #D6CBD5; -background-color: #020302; +background-color: #030508; background: rgba(0,0,0,0.7); -foreground: #9B998F; -border-color: #1F1F18; +foreground: #BCADBB; +border-color: #101C2F; } |
