From 5519c904dd6fb47f969f06dc5add97651cc2d962 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 15 Mar 2026 13:31:20 +0100 Subject: Add miasma theme --- roles/hyprtheme/defaults/main.yml | 1 + .../themes/miasma/wallpapers/01-nature-of-fear.jpg | Bin 0 -> 668987 bytes .../files/themes/miasma/wallpapers/02-crowned.jpg | Bin 0 -> 1006235 bytes roles/hyprtheme/vars/miasma.yml | 24 +++++++++++++++++++++ 4 files changed, 25 insertions(+) create mode 100644 roles/hyprtheme/files/themes/miasma/wallpapers/01-nature-of-fear.jpg create mode 100644 roles/hyprtheme/files/themes/miasma/wallpapers/02-crowned.jpg create mode 100644 roles/hyprtheme/vars/miasma.yml diff --git a/roles/hyprtheme/defaults/main.yml b/roles/hyprtheme/defaults/main.yml index a4d962fb..c535657f 100644 --- a/roles/hyprtheme/defaults/main.yml +++ b/roles/hyprtheme/defaults/main.yml @@ -7,6 +7,7 @@ hyprtheme_themes: - "gruvbox" - "kanagawa" - "matte-black" + - "miasma" - "osaka-jade" - "ristretto" - "tokyo-night" diff --git a/roles/hyprtheme/files/themes/miasma/wallpapers/01-nature-of-fear.jpg b/roles/hyprtheme/files/themes/miasma/wallpapers/01-nature-of-fear.jpg new file mode 100644 index 00000000..16cf45b7 Binary files /dev/null and b/roles/hyprtheme/files/themes/miasma/wallpapers/01-nature-of-fear.jpg differ diff --git a/roles/hyprtheme/files/themes/miasma/wallpapers/02-crowned.jpg b/roles/hyprtheme/files/themes/miasma/wallpapers/02-crowned.jpg new file mode 100644 index 00000000..3a83fb3a Binary files /dev/null and b/roles/hyprtheme/files/themes/miasma/wallpapers/02-crowned.jpg differ diff --git a/roles/hyprtheme/vars/miasma.yml b/roles/hyprtheme/vars/miasma.yml new file mode 100644 index 00000000..dd5be09a --- /dev/null +++ b/roles/hyprtheme/vars/miasma.yml @@ -0,0 +1,24 @@ +--- +accent: "#78824b" +cursor: "#c7c7c7" +foreground: "#c2c2b0" +background: "#222222" +selection_foreground: "#c2c2b0" +selection_background: "#78824b" + +color0: "#000000" +color1: "#685742" +color2: "#5f875f" +color3: "#b36d43" +color4: "#78824b" +color5: "#bb7744" +color6: "#c9a554" +color7: "#d7c483" +color8: "#666666" +color9: "#685742" +color10: "#5f875f" +color11: "#b36d43" +color12: "#78824b" +color13: "#bb7744" +color14: "#c9a554" +color15: "#d7c483" -- cgit v1.2.3