summaryrefslogtreecommitdiffstats
path: root/roles/hyprtheme/templates
diff options
context:
space:
mode:
Diffstat (limited to 'roles/hyprtheme/templates')
-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 }};