config themes for code
This commit is contained in:
parent
65ca012e29
commit
fdb5eb422c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue