From: Andre Ramnitz Date: Sat, 12 Oct 2024 17:40:19 +0000 (+0200) Subject: flavours: override base16-hyprland's mustache X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=708934360b05cb976b062e4bb9d13e3aabdc2e77;p=dotfiles.git flavours: override base16-hyprland's mustache --- diff --git a/dot-config/flavours/templates/hyprland/templates/colors.mustache b/dot-config/flavours/templates/hyprland/templates/colors.mustache new file mode 100644 index 00000000..5e7337d6 --- /dev/null +++ b/dot-config/flavours/templates/hyprland/templates/colors.mustache @@ -0,0 +1,19 @@ +# Base16 {{scheme-name}} +# Author: {{scheme-author}} + +$base00 = {{base00-hex}} +$base01 = {{base01-hex}} +$base02 = {{base02-hex}} +$base03 = {{base03-hex}} +$base04 = {{base04-hex}} +$base05 = {{base05-hex}} +$base06 = {{base06-hex}} +$base07 = {{base07-hex}} +$base08 = {{base08-hex}} +$base09 = {{base09-hex}} +$base0A = {{base0A-hex}} +$base0B = {{base0B-hex}} +$base0C = {{base0C-hex}} +$base0D = {{base0D-hex}} +$base0E = {{base0E-hex}} +$base0F = {{base0F-hex}} diff --git a/dot-config/flavours/templates/hyprland/templates/config.yaml b/dot-config/flavours/templates/hyprland/templates/config.yaml new file mode 100644 index 00000000..1f245d95 --- /dev/null +++ b/dot-config/flavours/templates/hyprland/templates/config.yaml @@ -0,0 +1,3 @@ +colors: + extension: .conf + output: themes