aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-01-19 16:37:16 -0600
committerChristian Cleberg <hello@cleberg.net>2024-01-19 16:37:16 -0600
commit67ec286f36d9c117cf6130155fe55dbc09a33674 (patch)
tree7ec055e608b73ed77da10eb6114866b5949f0a07 /config.toml
parent4abea9528a0cdb905da99eb0213be5e8afd73c4d (diff)
downloadcleberg.net-67ec286f36d9c117cf6130155fe55dbc09a33674.tar.gz
cleberg.net-67ec286f36d9c117cf6130155fe55dbc09a33674.tar.bz2
cleberg.net-67ec286f36d9c117cf6130155fe55dbc09a33674.zip
feat: update color scheme
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index db53dd3..1b774a5 100644
--- a/config.toml
+++ b/config.toml
@@ -11,7 +11,7 @@ feed_filename = "atom.xml"
[markdown]
highlight_code = true
highlight_theme = "css"
-highlight_themes_css = [{ theme = "dracula", filename = "syntax-theme-dark.css" }]
+highlight_themes_css = [{ theme = "ayu-dark", filename = "syntax-theme-dark.css" }]
external_links_target_blank = true
lazy_async_image = true