diff --git a/dot_config/amfora/config.toml.tmpl b/dot_config/amfora/config.toml.tmpl index 2f89760..1079cb4 100644 --- a/dot_config/amfora/config.toml.tmpl +++ b/dot_config/amfora/config.toml.tmpl @@ -18,7 +18,7 @@ # example.com # example.com:123 -include = "./themes/rose-pine-moon.toml" +include = "./themes/{{ .drapeau.colorscheme }}.toml" [a-general] # Press Ctrl-H to access it @@ -59,7 +59,7 @@ ansi = true highlight_code = true # 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 bullets = true