diff --git a/config.toml b/config.toml index f7c293b..ba29708 100644 --- a/config.toml +++ b/config.toml @@ -15,8 +15,8 @@ feed_filename = "index.xml" [markdown] # Whether to do syntax highlighting # Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola -highlight_code = false -# highlight_theme = "nyx-bold" +highlight_code = true +highlight_theme = "one-dark" [[taxonomies]] name = "series"