From 286bc07bab27a13adbff069d33952dc46b62924e Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sat, 5 Oct 2024 09:39:18 -0700 Subject: [PATCH] Update .config/amfora/config.toml --- dot_config/amfora/config.toml.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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