Update .chezmoi.toml
This commit is contained in:
parent
e2035dd0ac
commit
0473293547
1 changed files with 21 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue