diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2022-06-18 18:15:35 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2022-06-18 18:15:35 +0200 |
commit | df6dfea1ac8b9040afeb7acf3607a355a898fa6b (patch) | |
tree | c8d43e3941feb3f8f293cb519872b98975166fca | |
parent | bec68bdb8bacacc2d3a5e7895a399d4d1688aa87 (diff) | |
download | blog-df6dfea1ac8b9040afeb7acf3607a355a898fa6b.tar.gz blog-df6dfea1ac8b9040afeb7acf3607a355a898fa6b.zip |
switch to bright syntax theme
-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 = [ |