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/vars/catppuccin.yml | |
| parent | 7986ef492d2ea651730bc0d1324e39f3d56276e5 (diff) | |
Add hyprtheme (based on omarchy themes) role with 2 themes
Diffstat (limited to 'roles/hyprtheme/vars/catppuccin.yml')
| -rw-r--r-- | roles/hyprtheme/vars/catppuccin.yml | 26 |
1 files changed, 26 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" |
