diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-02-19 00:17:45 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-19 00:17:45 +0900 |
| commit | 259be5801f64ddcec5bdc7d97512322079c57314 (patch) | |
| tree | 00a1a8549388f6286027ca3859963102f80a40c2 /config/rofi/wallust | |
| parent | 7ed5afe7c68777c83b99fffae067374d508eb9b9 (diff) | |
| parent | 6545cbd6f3cc7620f53e5872e018ea8c0b91d9d8 (diff) | |
Merge pull request #561 from JaKooLit/main
main to development
Diffstat (limited to 'config/rofi/wallust')
| -rw-r--r-- | config/rofi/wallust/colors-rofi.rasi | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/config/rofi/wallust/colors-rofi.rasi b/config/rofi/wallust/colors-rofi.rasi index b54ab670..7fb97349 100644 --- a/config/rofi/wallust/colors-rofi.rasi +++ b/config/rofi/wallust/colors-rofi.rasi @@ -2,48 +2,48 @@ /* wallust template - colors-rofi */ * { -active-background: #718A90; -active-foreground: #ABF1E1; -normal-background: #212826; -normal-foreground: #ABF1E1; -urgent-background: #44AE9B; -urgent-foreground: #ABF1E1; +active-background: #784CA0; +active-foreground: #FAE8E1; +normal-background: #181519; +normal-foreground: #FAE8E1; +urgent-background: #CC659A; +urgent-foreground: #FAE8E1; -alternate-active-background: #78858E; -alternate-active-foreground: #ABF1E1; -alternate-normal-background: #212826; -alternate-normal-foreground: #ABF1E1; -alternate-urgent-background: #212826; -alternate-urgent-foreground: #ABF1E1; +alternate-active-background: #914B4B; +alternate-active-foreground: #FAE8E1; +alternate-normal-background: #181519; +alternate-normal-foreground: #FAE8E1; +alternate-urgent-background: #181519; +alternate-urgent-foreground: #FAE8E1; -selected-active-background: #44AE9B; -selected-active-foreground: #ABF1E1; -selected-normal-background: #44AE9B; -selected-normal-foreground: #ABF1E1; -selected-urgent-background: #718A90; -selected-urgent-foreground: #ABF1E1; +selected-active-background: #CC659A; +selected-active-foreground: #FAE8E1; +selected-normal-background: #CC659A; +selected-normal-foreground: #FAE8E1; +selected-urgent-background: #784CA0; +selected-urgent-foreground: #FAE8E1; -background-color: #212826; +background-color: #181519; background: rgba(0,0,0,0.7); -foreground: #ABF1E1; -border-color: #718A90; +foreground: #FAE8E1; +border-color: #784CA0; -color0: #464D4C; -color1: #02211D; -color2: #02613F; -color3: #5A646A; -color4: #55686C; -color5: #338375; -color6: #0CA27F; -color7: #7FE3CC; -color8: #599F8E; -color9: #022C27; -color10: #028154; -color11: #78858E; -color12: #718A90; -color13: #44AE9B; -color14: #10D8A9; -color15: #7FE3CC; +color0: #3F3C40; +color1: #1A1022; +color2: #492E61; +color3: #6D3838; +color4: #5A3978; +color5: #994C74; +color6: #B58E80; +color7: #F0D6CC; +color8: #A8958F; +color9: #23152D; +color10: #613D81; +color11: #914B4B; +color12: #784CA0; +color13: #CC659A; +color14: #F2BDAA; +color15: #F0D6CC; } |
