From edce52510d93e82535c1efae4bc90e9272d49f7b Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Sat, 12 Oct 2024 19:40:19 +0200 Subject: [PATCH] flavours: override base16-hyprland's mustache --- .../hyprland/templates/colors.mustache | 19 +++++++++++++++++++ .../templates/hyprland/templates/config.yaml | 3 +++ 2 files changed, 22 insertions(+) create mode 100644 dot-config/flavours/templates/hyprland/templates/colors.mustache create mode 100644 dot-config/flavours/templates/hyprland/templates/config.yaml 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 -- 2.51.2