diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-12 18:02:17 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-12 18:02:17 +0900 |
| commit | 2755287849c35a40826b4ab744424c2318038d63 (patch) | |
| tree | aec585ae1d5b7fc3d0f7b916e16c5f57d91d1206 | |
| parent | 5b85fd7415ad55b3323cd1caacf1ae86c4b3a6ea (diff) | |
minor adjustment swaync and rofi wallust config
| -rwxr-xr-x | config/swaync/style.css | 2 | ||||
| -rw-r--r-- | config/wallust/templates/colors-rofi.rasi | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/config/swaync/style.css b/config/swaync/style.css index e0ef3cf8..73ad882a 100755 --- a/config/swaync/style.css +++ b/config/swaync/style.css @@ -7,7 +7,7 @@ @define-color noti-bg rgba(0, 0, 0, 0.8); @define-color noti-bg-alt #111111; @define-color noti-bg-hover @color2; -@define-color text-color @color12; +@define-color text-color @foreground; @define-color text-color-alt @foreground; @define-color text-color-disabled rgba(150, 150, 150, 0.8); * { diff --git a/config/wallust/templates/colors-rofi.rasi b/config/wallust/templates/colors-rofi.rasi index 185aadd9..fe8e0233 100644 --- a/config/wallust/templates/colors-rofi.rasi +++ b/config/wallust/templates/colors-rofi.rasi @@ -1,21 +1,21 @@ * { -active-background: {{color7}}; +active-background: {{color9}}; active-foreground: {{foreground}}; normal-background: {{background}}; normal-foreground: {{foreground}}; urgent-background: {{color12}}; urgent-foreground: {{foreground}}; -alternate-active-background: {{color3}}; +alternate-active-background: {{color5}}; alternate-active-foreground: {{foreground}}; alternate-normal-background: {{background}}; alternate-normal-foreground: {{foreground}}; alternate-urgent-background: {{background}}; alternate-urgent-foreground: {{foreground}}; -selected-active-background: {{color7}}; +selected-active-background: {{color9}}; selected-active-foreground: {{foreground}}; -selected-normal-background: {{color9}}; +selected-normal-background: {{color7}}; selected-normal-foreground: {{foreground}}; selected-urgent-background: {{color12}}; selected-urgent-foreground: {{foreground}}; @@ -23,6 +23,6 @@ selected-urgent-foreground: {{foreground}}; background-color: {{background}}; background: rgba(0,0,0,0.7); foreground: {{color15}}; -border-color: {{color7}}; +border-color: {{color9}}; } |
