diff options
| author | Christian Cleberg <[email protected]> | 2024-02-01 18:54:23 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-02-01 18:54:23 -0600 |
| commit | 1a922a7fd523edf49c945fa3befb4ec28340e180 (patch) | |
| tree | 3a8b69c67815542fa168b9b616e021d63c1d9f93 /config.toml | |
| parent | b28f709aecb49f90364ab330429123a1afb77189 (diff) | |
| download | cleberg.net-1a922a7fd523edf49c945fa3befb4ec28340e180.tar.gz cleberg.net-1a922a7fd523edf49c945fa3befb4ec28340e180.tar.bz2 cleberg.net-1a922a7fd523edf49c945fa3befb4ec28340e180.zip | |
add auto light mode
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
