Update .config/glow/glow.yml
This commit is contained in:
parent
84ace6a386
commit
4ffb135757
1 changed files with 4 additions and 0 deletions
|
@ -1,7 +1,11 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
# style name or JSON path (default "auto")
|
# style name or JSON path (default "auto")
|
||||||
|
{{ if eq .drapeau.colors.name "catppuccin" -}}
|
||||||
style: "~/.config/glow/themes/{{ .drapeau.colorscheme }}.json"
|
style: "~/.config/glow/themes/{{ .drapeau.colorscheme }}.json"
|
||||||
|
{{ else -}}
|
||||||
|
style: "pink"
|
||||||
|
{{ end -}}
|
||||||
# show local files only; no network (TUI-mode only)
|
# show local files only; no network (TUI-mode only)
|
||||||
local: false
|
local: false
|
||||||
# mouse support (TUI-mode only)
|
# mouse support (TUI-mode only)
|
||||||
|
|
Loading…
Reference in a new issue