16 lines
380 B
Cheetah
16 lines
380 B
Cheetah
---
|
|
|
|
# style name or JSON path (default "auto")
|
|
{{ if eq .drapeau.colors.name "catppuccin" -}}
|
|
style: "~/.config/glow/themes/{{ .drapeau.colorscheme }}.json"
|
|
{{ else -}}
|
|
style: "pink"
|
|
{{ end -}}
|
|
# 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
|