diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-07 22:24:16 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-07 22:24:16 +0100 |
| commit | 02a4208c1faad3210cec35572e30ed118ac60012 (patch) | |
| tree | efc3c1462a58f5a4604e3b76a863b25aa88aac25 /roles/hyprtheme/templates | |
| parent | 512e8239c29c3879d80fb218ed62d33c4990a2e6 (diff) | |
Update swayosd colors
Diffstat (limited to 'roles/hyprtheme/templates')
| -rw-r--r-- | roles/hyprtheme/templates/theme/swayosd.css.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/hyprtheme/templates/theme/swayosd.css.j2 b/roles/hyprtheme/templates/theme/swayosd.css.j2 index e06402c4..876b6fee 100644 --- a/roles/hyprtheme/templates/theme/swayosd.css.j2 +++ b/roles/hyprtheme/templates/theme/swayosd.css.j2 @@ -1,5 +1,5 @@ @define-color background-color {{ background }}; -@define-color border-color {{ foreground }}; +@define-color border-color {{ accent }}; @define-color label {{ foreground }}; @define-color image {{ foreground }}; -@define-color progress {{ accent }}; +@define-color progress {{ foreground }}; |
