summaryrefslogtreecommitdiffstats
path: root/roles/hyprtheme/templates/theme/syshud.css.j2
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-02-08 15:27:13 +0100
committerAhmed Abdelhalim <[email protected]>2026-02-08 15:27:13 +0100
commit5b7a3dc5370772ffbfdc52b2b145e35d1061caa8 (patch)
tree2b450334838f195b50b8eb1a799a6df7f4408089 /roles/hyprtheme/templates/theme/syshud.css.j2
parent639bc16016f175f49174d8e763f96497b9110bc1 (diff)
Add the basic syshud role for OSD w/Hyprtheming extension
Diffstat (limited to 'roles/hyprtheme/templates/theme/syshud.css.j2')
-rw-r--r--roles/hyprtheme/templates/theme/syshud.css.j23
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/hyprtheme/templates/theme/syshud.css.j2 b/roles/hyprtheme/templates/theme/syshud.css.j2
new file mode 100644
index 00000000..4354efa5
--- /dev/null
+++ b/roles/hyprtheme/templates/theme/syshud.css.j2
@@ -0,0 +1,3 @@
+@define-color borders {{ accent }};
+@define-color theme_bg_color {{ background }};
+@define-color theme_fg_color {{ foreground }};