diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index 320f974..c8a4d35 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -1,4 +1,5 @@ {{- $passphrase := promptStringOnce . "passphrase" "passphrase" -}} +{{- $colorscheme := "rose-pine" -}} {{- $osid := .chezmoi.os -}} {{- if hasKey .chezmoi.osRelease "id" -}} @@ -14,7 +15,7 @@ autoPush = true [diff] {{ if lookPath "delta" -}} command = "delta" - args = ["--syntax-theme", "catppuccin-macchiato", "--features", "mellow-barbet", "{{ "{{" }} .Destination {{ "}}" }}", "{{ "{{" }} .Target {{ "}}" }}"] + args = ["--syntax-theme", {{ $colorscheme | quote }}, "--features", "mellow-barbet", "{{ "{{" }} .Destination {{ "}}" }}", "{{ "{{" }} .Target {{ "}}" }}"] {{ end -}} exclude = ["scripts"] @@ -35,26 +36,26 @@ osid = {{ $osid | quote }} {{ end }} [data.drapeau] -colorscheme = 'catppuccin-macchiato' +colorscheme = {{ $colorscheme | quote }} # Defaults for when config is regenerated. [data.drapeau.colors] -name = 'catppuccin' -flavor = 'frappe' +name = "catppuccin" +flavor = "frappe" -base00 = '#303446' # base -base01 = '#292c3c' # mantle -base02 = '#414559' # surface0 -base03 = '#51576d' # surface1 -base04 = '#626880' # surface2 -base05 = '#c6d0f5' # text -base06 = '#f2d5cf' # rosewater -base07 = '#babbf1' # lavender -base08 = '#e78284' # red -base09 = '#ef9f76' # peach -base0A = '#e5c890' # yellow -base0B = '#a6d189' # green -base0C = '#81c8be' # teal -base0D = '#8caaee' # blue -base0E = '#ca9ee6' # mauve -base0F = '#eebebe' # flamingo +base00 = "#303446" # base +base01 = "#292c3c" # mantle +base02 = "#414559" # surface0 +base03 = "#51576d" # surface1 +base04 = "#626880" # surface2 +base05 = "#c6d0f5" # text +base06 = "#f2d5cf" # rosewater +base07 = "#babbf1" # lavender +base08 = "#e78284" # red +base09 = "#ef9f76" # peach +base0A = "#e5c890" # yellow +base0B = "#a6d189" # green +base0C = "#81c8be" # teal +base0D = "#8caaee" # blue +base0E = "#ca9ee6" # mauve +base0F = "#eebebe" # flamingo