From e44bf0c2c4327ef37db7d25709c1a653cfb3eac6 Mon Sep 17 00:00:00 2001 From: Nicolas Dato Date: Fri, 15 Aug 2025 15:16:40 -0300 Subject: improving design. changing from Solarized to Selenized, and more --- zola/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zola/config.toml') diff --git a/zola/config.toml b/zola/config.toml index 683baf2..e8e4789 100644 --- a/zola/config.toml +++ b/zola/config.toml @@ -23,7 +23,7 @@ taxonomies = [ # Whether to do syntax highlighting # Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola highlight_code = true -highlight_theme = "solarized-dark" +highlight_theme = "gruvbox-dark" [extra] # Put all your custom variables here -- cgit v1.2.3