diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-01-31 10:46:59 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-31 10:46:59 +0900 |
| commit | 9e6a7b0a7334352ed7e9e422d026ebfbad06c8a6 (patch) | |
| tree | 901a245fc04a2cf371dddc3809c4d8471c379a58 /config/rofi | |
| parent | bee0fe2eba9b5f463c3dcc4318e0a1e476477ccd (diff) | |
| parent | 51cc8beb51452f7a8e63cffe78dd0217be02471a (diff) | |
Merge pull request #538 from JaKooLit/main
Main to development
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; } |
