From fdb5eb422c03a96e513c779d82cb70517148b59d Mon Sep 17 00:00:00 2001 From: gws Date: Wed, 6 Nov 2024 11:44:06 +0100 Subject: [PATCH] config themes for code --- config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.toml b/config.toml index 09c7123..33c89ff 100644 --- a/config.toml +++ b/config.toml @@ -12,6 +12,11 @@ build_search_index = true # 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 = "css" +highlight_themes_css = [ + { theme = "base16-ocean-dark", filename = "syntax-theme-dark.css" }, + { theme = "base16-ocean-light", filename = "syntax-theme-light.css" }, +] [extra] # Put all your custom variables here