config themes for code

This commit is contained in:
gws 2024-11-06 11:44:06 +01:00
parent 65ca012e29
commit fdb5eb422c

View file

@ -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