Update .config/amfora/config.toml

This commit is contained in:
punkfairie 2024-10-05 09:39:18 -07:00
parent eb774f3a4d
commit 286bc07bab
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -18,7 +18,7 @@
# example.com # example.com
# example.com:123 # example.com:123
include = "./themes/rose-pine-moon.toml" include = "./themes/{{ .drapeau.colorscheme }}.toml"
[a-general] [a-general]
# Press Ctrl-H to access it # Press Ctrl-H to access it
@ -59,7 +59,7 @@ ansi = true
highlight_code = true highlight_code = true
# Which highlighting style to use (see https://xyproto.github.io/splash/docs/) # Which highlighting style to use (see https://xyproto.github.io/splash/docs/)
highlight_style = "monokai" highlight_style = {{ .drapeau.colorscheme | quote }}
# Whether to replace list asterisks with unicode bullets # Whether to replace list asterisks with unicode bullets
bullets = true bullets = true