summaryrefslogtreecommitdiffstats
path: root/roles/hyprtheme/templates
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-02-10 00:05:36 +0100
committerAhmed Abdelhalim <[email protected]>2026-02-10 00:05:36 +0100
commit19cdd8824e31018794c48b6b98803ce322642500 (patch)
treebb8e758dc6eb60d5d79a2e06e1d1be20826a8e14 /roles/hyprtheme/templates
parente93dec56bbe5c1b94cd5b35ee07e3807c5ba0433 (diff)
Configure mako to use the hyprtheme
Diffstat (limited to 'roles/hyprtheme/templates')
-rw-r--r--roles/hyprtheme/templates/theme/mako.ini.j23
-rw-r--r--roles/hyprtheme/templates/theme/syshud.css.j23
2 files changed, 3 insertions, 3 deletions
diff --git a/roles/hyprtheme/templates/theme/mako.ini.j2 b/roles/hyprtheme/templates/theme/mako.ini.j2
new file mode 100644
index 00000000..9c2ea573
--- /dev/null
+++ b/roles/hyprtheme/templates/theme/mako.ini.j2
@@ -0,0 +1,3 @@
+text-color={{ foreground }}
+border-color={{ accent }}
+background-color={{ background }}
diff --git a/roles/hyprtheme/templates/theme/syshud.css.j2 b/roles/hyprtheme/templates/theme/syshud.css.j2
deleted file mode 100644
index 4354efa5..00000000
--- a/roles/hyprtheme/templates/theme/syshud.css.j2
+++ /dev/null
@@ -1,3 +0,0 @@
-@define-color borders {{ accent }};
-@define-color theme_bg_color {{ background }};
-@define-color theme_fg_color {{ foreground }};