diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-31 01:18:47 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-31 01:18:47 +0900 |
| commit | f4eb0b39c6397f599b48d7f2ead4a1406988d6d5 (patch) | |
| tree | 4409881c769aff3c0c7482468c9f73dbe7dfd784 /config/rofi | |
| parent | 090cc93f75c7eea189415b2c7a788018a91578c6 (diff) | |
updated default wallpaper
Diffstat (limited to 'config/rofi')
| l--------- | config/rofi/.current_wallpaper | 2 | ||||
| -rw-r--r-- | config/rofi/wallust/colors-rofi.rasi | 45 |
2 files changed, 25 insertions, 22 deletions
diff --git a/config/rofi/.current_wallpaper b/config/rofi/.current_wallpaper index 6d4a09c3..4f0d70ab 120000 --- a/config/rofi/.current_wallpaper +++ b/config/rofi/.current_wallpaper @@ -1 +1 @@ -/home/ja/Pictures/wallpapers/Scifi-Room.png
\ No newline at end of file +/home/ja/Pictures/wallpapers/Northern Lights3.png
\ No newline at end of file diff --git a/config/rofi/wallust/colors-rofi.rasi b/config/rofi/wallust/colors-rofi.rasi index bdbf8eb6..536bcdc6 100644 --- a/config/rofi/wallust/colors-rofi.rasi +++ b/config/rofi/wallust/colors-rofi.rasi @@ -1,28 +1,31 @@ + /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + /* wallust template - colors-rofi */ + * { -active-background: #101C2F; -active-foreground: #D6CBD5; -normal-background: #030508; -normal-foreground: #D6CBD5; -urgent-background: #2B7F48; -urgent-foreground: #D6CBD5; +active-background: #20211D; +active-foreground: #ACF2F1; +normal-background: #1E1516; +normal-foreground: #ACF2F1; +urgent-background: #135C7D; +urgent-foreground: #ACF2F1; -alternate-active-background: #11606B; -alternate-active-foreground: #D6CBD5; -alternate-normal-background: #030508; -alternate-normal-foreground: #D6CBD5; -alternate-urgent-background: #030508; -alternate-urgent-foreground: #D6CBD5; +alternate-active-background: #0D942F; +alternate-active-foreground: #ACF2F1; +alternate-normal-background: #1E1516; +alternate-normal-foreground: #ACF2F1; +alternate-urgent-background: #1E1516; +alternate-urgent-foreground: #ACF2F1; -selected-active-background: #101C2F; -selected-active-foreground: #D6CBD5; -selected-normal-background: #BCADBB; -selected-normal-foreground: #D6CBD5; -selected-urgent-background: #2B7F48; -selected-urgent-foreground: #D6CBD5; +selected-active-background: #20211D; +selected-active-foreground: #ACF2F1; +selected-normal-background: #80E4E2; +selected-normal-foreground: #ACF2F1; +selected-urgent-background: #135C7D; +selected-urgent-foreground: #ACF2F1; -background-color: #030508; +background-color: #1E1516; background: rgba(0,0,0,0.7); -foreground: #BCADBB; -border-color: #101C2F; +foreground: #80E4E2; +border-color: #20211D; } |
