dotfiles/dot_config/glow/glow.yml.tmpl

17 lines
380 B
Cheetah
Raw Normal View History

2024-04-19 20:14:51 -07:00
---
2024-04-14 18:41:15 -07:00
# style name or JSON path (default "auto")
2024-08-04 19:45:35 -07:00
{{ if eq .drapeau.colors.name "catppuccin" -}}
2024-04-19 20:14:51 -07:00
style: "~/.config/glow/themes/{{ .drapeau.colorscheme }}.json"
2024-08-04 19:45:35 -07:00
{{ else -}}
style: "pink"
{{ end -}}
2024-04-14 18:41:15 -07:00
# show local files only; no network (TUI-mode only)
local: false
# mouse support (TUI-mode only)
mouse: false
# use pager to display markdown
pager: true
# word-wrap at width
width: 80