From 591370bc5b159053959fa946c8e52e5e56604abf Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Thu, 1 Feb 2024 18:54:23 -0600 Subject: add auto light mode --- config.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 1b774a5..e9eed0c 100644 --- a/config.toml +++ b/config.toml @@ -11,7 +11,10 @@ feed_filename = "atom.xml" [markdown] highlight_code = true highlight_theme = "css" -highlight_themes_css = [{ theme = "ayu-dark", filename = "syntax-theme-dark.css" }] +highlight_themes_css = [ + { theme = "ayu-dark", filename = "syntax-theme-dark.css" }, + { theme = "inspired-github", filename = "syntax-theme-light.css" }, +] external_links_target_blank = true lazy_async_image = true -- cgit v1.2.3-70-g09d2