diff options
-rw-r--r-- | config.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 686c78e..8acf8d3 100644 --- a/config.toml +++ b/config.toml @@ -15,7 +15,9 @@ build_search_index = true [markdown] highlight_code = true -#highlight_theme +# https://www.getzola.org/documentation/getting-started/configuration/#syntax-highlighting +highlight_theme = "OneHalfLight" +#highlight_theme = "Tomorrow" [extra] hyde_links = [ |