aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2023-08-31 02:12:35 +0300
committerValentin Popov <valentin@popov.link>2023-08-31 02:12:35 +0300
commit8141a3bd86544a70eaef091bbaa2528e4f183ad1 (patch)
tree73e839b289f843c4ac4c814589413c595a06f27c /config.toml
parent8e8f1bf81dce79972d1e885423c445697b44af7a (diff)
downloadpopov.link-8141a3bd86544a70eaef091bbaa2528e4f183ad1.tar.xz
popov.link-8141a3bd86544a70eaef091bbaa2528e4f183ad1.zip
Changed color palette from warm to cool tones
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 0f2acc6..6a3f21a 100644
--- a/config.toml
+++ b/config.toml
@@ -47,7 +47,7 @@ highlight_code = true
# The theme to use for code highlighting.
# See below for list of allowed values.
-highlight_theme = "material-dark"
+highlight_theme = "nord"
# When set to "true", emoji aliases translated to their corresponding
# Unicode emoji equivalent in the rendered Markdown files. (e.g.: :smile: => 😄)