adjust code highlighting styles

This commit is contained in:
Yan Lin 2026-02-08 14:24:01 +01:00
parent 833b854d31
commit 8bd62eb9fe
4 changed files with 9 additions and 10 deletions

View file

@ -9,7 +9,7 @@ feed_filenames = ["rss.xml"]
ignored_content = ["*.svg", "*.gif", "*.drawio", "*.png", "*.jpg", "*.jpeg", "*.mp4", "*.mov", "*.mkv"]
[markdown]
highlighting = { light_theme = "github-light", dark_theme = "github-dark" }
highlighting = { light_theme = "gruvbox-light-hard", dark_theme = "gruvbox-dark-hard" }
external_links_target_blank = true
[extra]