dotfiles/dot_config/gtk-3.0/modify_settings.ini.tmpl

13 lines
348 B
Cheetah
Raw Normal View History

#!/usr/bin/env chezmoi_modify_manager
source auto
ignore "Settings" "gtk-xft-dpi"
{{ if eq .drapeau.colors.name "catppuccin" -}}
set "Settings" "gtk-theme-name" "{{ .drapeau.colorscheme }}-pink-standard+default"
{{ end -}}
{{ if eq .drapeau.colors.name "rose-pine" -}}
set "Settings" "gtk-theme-name" "{{ .drapeau.colorscheme }}-gtk"
{{ end -}}