summaryrefslogtreecommitdiffstats
path: root/roles/hyprtheme/templates/theme/waybar.css.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/hyprtheme/templates/theme/waybar.css.j2')
-rw-r--r--roles/hyprtheme/templates/theme/waybar.css.j24
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/hyprtheme/templates/theme/waybar.css.j2 b/roles/hyprtheme/templates/theme/waybar.css.j2
new file mode 100644
index 00000000..a8b00988
--- /dev/null
+++ b/roles/hyprtheme/templates/theme/waybar.css.j2
@@ -0,0 +1,4 @@
+@define-color activeColor {{ accent }};
+@define-color inactiveColor {{ color0 }};
+@define-color background {{ background }};
+@define-color foreground {{ foreground }};