diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-15 14:50:00 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-15 14:50:00 +0100 |
| commit | 99a4507fb0186f490ba6a4d35371f5fba5445b2d (patch) | |
| tree | 4fd1066a70f4bd495cb8db16097e740879ee44f9 /roles/hyprtheme/vars | |
| parent | 8324dd804034d03905b765d37a43bda3f433a378 (diff) | |
Add more themes (based on omarchy themes) with minor modifications
Diffstat (limited to 'roles/hyprtheme/vars')
| -rw-r--r-- | roles/hyprtheme/vars/gruvbox.yml | 26 | ||||
| -rw-r--r-- | roles/hyprtheme/vars/matte-black.yml | 26 | ||||
| -rw-r--r-- | roles/hyprtheme/vars/osaka-jade.yml | 26 | ||||
| -rw-r--r-- | roles/hyprtheme/vars/ristretto.yml | 26 | ||||
| -rw-r--r-- | roles/hyprtheme/vars/tokyo-night.yml | 26 |
5 files changed, 130 insertions, 0 deletions
diff --git a/roles/hyprtheme/vars/gruvbox.yml b/roles/hyprtheme/vars/gruvbox.yml new file mode 100644 index 00000000..35b3360f --- /dev/null +++ b/roles/hyprtheme/vars/gruvbox.yml @@ -0,0 +1,26 @@ +--- +accent: "#7daea3" +cursor: "#bdae93" +foreground: "#d4be98" +background: "#282828" +selection_foreground: "#ebdbb2" +selection_background: "#d65d0e" + +color0: "#3c3836" +color1: "#ea6962" +color2: "#a9b665" +color3: "#d8a657" +color4: "#7daea3" +color5: "#d3869b" +color6: "#89b482" +color7: "#d4be98" +color8: "#3c3836" +color9: "#ea6962" +color10: "#a9b665" +color11: "#d8a657" +color12: "#7daea3" +color13: "#d3869b" +color14: "#89b482" +color15: "#d4be98" + +icons_theme: "Yaru-olive" diff --git a/roles/hyprtheme/vars/matte-black.yml b/roles/hyprtheme/vars/matte-black.yml new file mode 100644 index 00000000..d6e806f3 --- /dev/null +++ b/roles/hyprtheme/vars/matte-black.yml @@ -0,0 +1,26 @@ +--- +accent: "#e68e0d" +cursor: "#eaeaea" +foreground: "#bebebe" +background: "#121212" +selection_foreground: "#bebebe" +selection_background: "#333333" + +color0: "#333333" +color1: "#D35F5F" +color2: "#FFC107" +color3: "#b91c1c" +color4: "#e68e0d" +color5: "#D35F5F" +color6: "#bebebe" +color7: "#bebebe" +color8: "#8a8a8d" +color9: "#B91C1C" +color10: "#FFC107" +color11: "#b90a0a" +color12: "#f59e0b" +color13: "#B91C1C" +color14: "#eaeaea" +color15: "#ffffff" + +icons_theme: "Yaru-red" diff --git a/roles/hyprtheme/vars/osaka-jade.yml b/roles/hyprtheme/vars/osaka-jade.yml new file mode 100644 index 00000000..afecbdf4 --- /dev/null +++ b/roles/hyprtheme/vars/osaka-jade.yml @@ -0,0 +1,26 @@ +--- +accent: "#509475" +cursor: "#D7C995" +foreground: "#C1C497" +background: "#111c18" +selection_foreground: "#111C18" +selection_background: "#C1C497" + +color0: "#23372B" +color1: "#FF5345" +color2: "#549e6a" +color3: "#459451" +color4: "#509475" +color5: "#D2689C" +color6: "#2DD5B7" +color7: "#F6F5DD" +color8: "#53685B" +color9: "#db9f9c" +color10: "#63b07a" +color11: "#E5C736" +color12: "#ACD4CF" +color13: "#75bbb3" +color14: "#8CD3CB" +color15: "#9eebb3" + +icons_theme: "Yaru-sage" diff --git a/roles/hyprtheme/vars/ristretto.yml b/roles/hyprtheme/vars/ristretto.yml new file mode 100644 index 00000000..2a442918 --- /dev/null +++ b/roles/hyprtheme/vars/ristretto.yml @@ -0,0 +1,26 @@ +--- +accent: "#f38d70" +cursor: "#c3b7b8" +foreground: "#e6d9db" +background: "#2c2525" +selection_foreground: "#e6d9db" +selection_background: "#403e41" + +color0: "#72696a" +color1: "#fd6883" +color2: "#adda78" +color3: "#f9cc6c" +color4: "#f38d70" +color5: "#a8a9eb" +color6: "#85dacc" +color7: "#e6d9db" +color8: "#948a8b" +color9: "#ff8297" +color10: "#c8e292" +color11: "#fcd675" +color12: "#f8a788" +color13: "#bebffd" +color14: "#9bf1e1" +color15: "#f1e5e7" + +icons_theme: "Yaru-yellow" diff --git a/roles/hyprtheme/vars/tokyo-night.yml b/roles/hyprtheme/vars/tokyo-night.yml new file mode 100644 index 00000000..4ba61ba7 --- /dev/null +++ b/roles/hyprtheme/vars/tokyo-night.yml @@ -0,0 +1,26 @@ +--- +accent: "#7aa2f7" +cursor: "#c0caf5" +foreground: "#a9b1d6" +background: "#1a1b26" +selection_foreground: "#c0caf5" +selection_background: "#7aa2f7" + +color0: "#32344a" +color1: "#f7768e" +color2: "#9ece6a" +color3: "#e0af68" +color4: "#7aa2f7" +color5: "#ad8ee6" +color6: "#449dab" +color7: "#787c99" +color8: "#444b6a" +color9: "#ff7a93" +color10: "#b9f27c" +color11: "#ff9e64" +color12: "#7da6ff" +color13: "#bb9af7" +color14: "#0db9d7" +color15: "#acb0d0" + +icons_theme: "Yaru-magenta" |
