diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-14 23:12:28 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-14 23:12:28 +0100 |
| commit | 5bb4cb6d7138fcac012305b50f52ffd53f9bd2c2 (patch) | |
| tree | 70a18261e4ed8e247293186348771582612b83d5 /roles/hyprtheme/templates/theme/walker.css.j2 | |
| parent | 7986ef492d2ea651730bc0d1324e39f3d56276e5 (diff) | |
Add hyprtheme (based on omarchy themes) role with 2 themes
Diffstat (limited to 'roles/hyprtheme/templates/theme/walker.css.j2')
| -rw-r--r-- | roles/hyprtheme/templates/theme/walker.css.j2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/hyprtheme/templates/theme/walker.css.j2 b/roles/hyprtheme/templates/theme/walker.css.j2 new file mode 100644 index 00000000..123ca92c --- /dev/null +++ b/roles/hyprtheme/templates/theme/walker.css.j2 @@ -0,0 +1,6 @@ +@define-color selected-text {{ accent }}; +@define-color text {{ foreground }}; +@define-color base {{ background }}; +@define-color border {{ foreground }}; +@define-color foreground {{ foreground }}; +@define-color background {{ background }}; |
