diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-03-15 13:31:20 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-03-15 13:31:20 +0100 |
| commit | 5519c904dd6fb47f969f06dc5add97651cc2d962 (patch) | |
| tree | ea80b5026458cb7eafc6da0b0c3a4e9cbd442d45 /roles/hyprtheme | |
| parent | b7cdb95d97bb533d4afa1f633c96d2d83f9e781f (diff) | |
Add miasma theme
Diffstat (limited to 'roles/hyprtheme')
| -rw-r--r-- | roles/hyprtheme/defaults/main.yml | 1 | ||||
| -rw-r--r-- | roles/hyprtheme/files/themes/miasma/wallpapers/01-nature-of-fear.jpg | bin | 0 -> 668987 bytes | |||
| -rw-r--r-- | roles/hyprtheme/files/themes/miasma/wallpapers/02-crowned.jpg | bin | 0 -> 1006235 bytes | |||
| -rw-r--r-- | roles/hyprtheme/vars/miasma.yml | 24 |
4 files changed, 25 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 00000000..16cf45b7 --- /dev/null +++ b/roles/hyprtheme/files/themes/miasma/wallpapers/01-nature-of-fear.jpg diff --git a/roles/hyprtheme/files/themes/miasma/wallpapers/02-crowned.jpg b/roles/hyprtheme/files/themes/miasma/wallpapers/02-crowned.jpg Binary files differnew file mode 100644 index 00000000..3a83fb3a --- /dev/null +++ b/roles/hyprtheme/files/themes/miasma/wallpapers/02-crowned.jpg 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" |
