diff options
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 |