2024-04-26 21:21:40 -07:00
|
|
|
#!/usr/bin/env fish
|
|
|
|
|
2024-09-29 21:20:17 -07:00
|
|
|
{{ if eq .drapeau.colors.name "rose-pine" -}}
|
2024-09-29 20:57:09 -07:00
|
|
|
# TODO: make a rose-pine glow theme
|
2024-04-26 21:21:40 -07:00
|
|
|
set -gx GLAMOUR_STYLE "~/.config/glow/themes/catppuccin-macchiato.json"
|
2024-09-29 21:20:17 -07:00
|
|
|
{{ else -}}
|
|
|
|
set -gx GLAMOUR_STYLE "~/.config/glow/themes/{{ .drapeau.colorscheme }}.json"
|
|
|
|
{{ end -}}
|