diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-18 17:53:14 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-18 17:53:14 +0900 |
| commit | 6905e2bf038fce27cb49f1f3aba6d36279091bd4 (patch) | |
| tree | 82532f4084cc723dff335146991cc0df280e5972 /config/rofi/wallust | |
| parent | 3df33e1a679c6331e608ca4ca2036f5d9e96ef25 (diff) | |
updated rofi configs
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; } |
