diff options
Diffstat (limited to '.cache/wal/colors-rofi-dark.rasi')
-rw-r--r-- | .cache/wal/colors-rofi-dark.rasi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.cache/wal/colors-rofi-dark.rasi b/.cache/wal/colors-rofi-dark.rasi index f8f1195..5dc7550 100644 --- a/.cache/wal/colors-rofi-dark.rasi +++ b/.cache/wal/colors-rofi-dark.rasi @@ -1,9 +1,9 @@ * { - active-background: #7f8485; + active-background: #222323; active-foreground: @foreground; normal-background: @background; normal-foreground: @foreground; - urgent-background: #616c71; + urgent-background: #131e35; urgent-foreground: @foreground; alternate-active-background: @background; @@ -13,16 +13,16 @@ alternate-urgent-background: @background; alternate-urgent-foreground: @foreground; - selected-active-background: #616c71; + selected-active-background: #131e35; selected-active-foreground: @foreground; - selected-normal-background: #7f8485; + selected-normal-background: #222323; selected-normal-foreground: @foreground; - selected-urgent-background: #9099ba; + selected-urgent-background: #1d2841; selected-urgent-foreground: @foreground; background-color: @background; - background: #1c1c1c; - foreground: #c6c6c6; + background: #151618; + foreground: #c4c4c5; border-color: @background; spacing: 2; } |