dotfiles/dot_config/fish/conf.d/30-gtk.fish.tmpl

10 lines
321 B
Cheetah
Raw Normal View History

2024-04-14 18:41:15 -07:00
#!/usr/bin/env fish
{{ if eq .drapeau.colors.name "catppuccin" -}}
2024-04-19 19:46:02 -07:00
set -gx GTK_THEME {{ .drapeau.colorscheme | title }}-Standard-Pink-Dark
{{ else if eq .drapeau.colors.name "rose-pine" -}}
set -gx GTK_THEME {{ .drapeau.colorscheme }}-gtk
{{ else -}}
set -gx GTK_THEME Catppuccin-Macchiato-Standard-Pink-Dark
{{ end -}}