summaryrefslogtreecommitdiffstats
path: root/roles/hyprtheme/vars
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-01-14 23:12:28 +0100
committerAhmed Abdelhalim <[email protected]>2026-01-14 23:12:28 +0100
commit5bb4cb6d7138fcac012305b50f52ffd53f9bd2c2 (patch)
tree70a18261e4ed8e247293186348771582612b83d5 /roles/hyprtheme/vars
parent7986ef492d2ea651730bc0d1324e39f3d56276e5 (diff)
Add hyprtheme (based on omarchy themes) role with 2 themes
Diffstat (limited to 'roles/hyprtheme/vars')
-rw-r--r--roles/hyprtheme/vars/catppuccin.yml26
-rw-r--r--roles/hyprtheme/vars/everforest.yml28
2 files changed, 54 insertions, 0 deletions
diff --git a/roles/hyprtheme/vars/catppuccin.yml b/roles/hyprtheme/vars/catppuccin.yml
new file mode 100644
index 00000000..c68b62dd
--- /dev/null
+++ b/roles/hyprtheme/vars/catppuccin.yml
@@ -0,0 +1,26 @@
+---
+accent: "#89b4fa"
+cursor: "#f5e0dc"
+foreground: "#cdd6f4"
+background: "#1e1e2e"
+selection_foreground: "#1e1e2e"
+selection_background: "#f5e0dc"
+
+color0: "#45475a"
+color1: "#f38ba8"
+color2: "#a6e3a1"
+color3: "#f9e2af"
+color4: "#89b4fa"
+color5: "#f5c2e7"
+color6: "#94e2d5"
+color7: "#bac2de"
+color8: "#585b70"
+color9: "#f38ba8"
+color10: "#a6e3a1"
+color11: "#f9e2af"
+color12: "#89b4fa"
+color13: "#f5c2e7"
+color14: "#94e2d5"
+color15: "#a6adc8"
+
+icons_theme: "Yaru-purple"
diff --git a/roles/hyprtheme/vars/everforest.yml b/roles/hyprtheme/vars/everforest.yml
new file mode 100644
index 00000000..00d19940
--- /dev/null
+++ b/roles/hyprtheme/vars/everforest.yml
@@ -0,0 +1,28 @@
+---
+accent: "#7fbbb3"
+cursor: "#d3c6aa"
+foreground: "#d3c6aa"
+background: "#111111"
+selection_foreground: "#111111"
+# background: "#2d353b"
+# selection_foreground: "#2d353b"
+selection_background: "#d3c6aa"
+
+color0: "#475258"
+color1: "#e67e80"
+color2: "#a7c080"
+color3: "#dbbc7f"
+color4: "#7fbbb3"
+color5: "#d699b6"
+color6: "#83c092"
+color7: "#d3c6aa"
+color8: "#475258"
+color9: "#e67e80"
+color10: "#a7c080"
+color11: "#dbbc7f"
+color12: "#7fbbb3"
+color13: "#d699b6"
+color14: "#83c092"
+color15: "#d3c6aa"
+
+icons_theme: "Yaru-sage"