2024-06-16 16:33:31 -07:00
|
|
|
#!/usr/bin/env chezmoi_modify_manager
|
|
|
|
|
|
|
|
source auto
|
|
|
|
|
|
|
|
ignore "Settings" "gtk-xft-dpi"
|
2024-08-04 19:35:04 -07:00
|
|
|
|
|
|
|
{{ if eq .drapeau.colors.name "catppuccin" -}}
|
2024-06-16 16:33:31 -07:00
|
|
|
set "Settings" "gtk-theme-name" "{{ .drapeau.colorscheme }}-pink-standard+default"
|
2024-08-04 19:35:04 -07:00
|
|
|
{{ end -}}
|
|
|
|
{{ if eq .drapeau.colors.name "rose-pine" -}}
|
|
|
|
set "Settings" "gtk-theme-name" "{{ .drapeau.colorscheme }}-gtk"
|
|
|
|
{{ end -}}
|