summaryrefslogtreecommitdiffstats
path: root/roles/hyprtheme/templates
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-02-07 22:24:16 +0100
committerAhmed Abdelhalim <[email protected]>2026-02-07 22:24:16 +0100
commit02a4208c1faad3210cec35572e30ed118ac60012 (patch)
treeefc3c1462a58f5a4604e3b76a863b25aa88aac25 /roles/hyprtheme/templates
parent512e8239c29c3879d80fb218ed62d33c4990a2e6 (diff)
Update swayosd colors
Diffstat (limited to 'roles/hyprtheme/templates')
-rw-r--r--roles/hyprtheme/templates/theme/swayosd.css.j24
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 }};