diff options
author | Nicolas Dato <nicolas.dato@gmail.com> | 2025-08-15 15:16:40 -0300 |
---|---|---|
committer | Nicolas Dato <nicolas.dato@gmail.com> | 2025-08-15 15:16:40 -0300 |
commit | e44bf0c2c4327ef37db7d25709c1a653cfb3eac6 (patch) | |
tree | ccecb425e1bce1d74a85c41e39832d1584d5f54d /zola/config.toml | |
parent | cc3e81362efa90e74cc5917693f7c7df1d5a4d3c (diff) | |
download | ndato.com-e44bf0c2c4327ef37db7d25709c1a653cfb3eac6.tar.gz |
improving design. changing from Solarized to Selenized, and more
Diffstat (limited to 'zola/config.toml')
-rw-r--r-- | zola/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |