diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-06-03 18:21:02 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-06-03 18:21:02 +0900 |
| commit | 9714a49136f6d69d53ef952a9e4761b53b4f118a (patch) | |
| tree | 809c3bd4a1298804e17c4601612ac54befd42bb6 /config/rofi/wallust | |
| parent | 83a1038c8b9dd7907e3677ee7dd5630c9286d0e8 (diff) | |
updated wallpaper and copy.sh
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 0661756d..8dbbd82d 100644 --- a/config/rofi/wallust/colors-rofi.rasi +++ b/config/rofi/wallust/colors-rofi.rasi @@ -1,28 +1,28 @@ * { -active-background: #0B0E22; -active-foreground: #F7F0FA; -normal-background: #020206; -normal-foreground: #F7F0FA; -urgent-background: #805673; -urgent-foreground: #F7F0FA; +active-background: #030203; +active-foreground: #FBF8ED; +normal-background: #010001; +normal-foreground: #FBF8ED; +urgent-background: #5F7370; +urgent-foreground: #FBF8ED; -alternate-active-background: #737EA6; -alternate-active-foreground: #F7F0FA; -alternate-normal-background: #020206; -alternate-normal-foreground: #F7F0FA; -alternate-urgent-background: #020206; -alternate-urgent-foreground: #F7F0FA; +alternate-active-background: #986356; +alternate-active-foreground: #FBF8ED; +alternate-normal-background: #010001; +alternate-normal-foreground: #FBF8ED; +alternate-urgent-background: #010001; +alternate-urgent-foreground: #FBF8ED; -selected-active-background: #0B0E22; -selected-active-foreground: #F7F0FA; -selected-normal-background: #EBE1F0; -selected-normal-foreground: #F7F0FA; -selected-urgent-background: #805673; -selected-urgent-foreground: #F7F0FA; +selected-active-background: #030203; +selected-active-foreground: #FBF8ED; +selected-normal-background: #F1ECDD; +selected-normal-foreground: #FBF8ED; +selected-urgent-background: #5F7370; +selected-urgent-foreground: #FBF8ED; -background-color: #020206; +background-color: #010001; background: rgba(0,0,0,0.7); -foreground: #EBE1F0; -border-color: #0B0E22; +foreground: #F1ECDD; +border-color: #030203; } |
