aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2022-11-05 21:46:42 +0300
committerValentin Popov <valentin@popov.link>2022-11-05 21:46:42 +0300
commit8a723fd8179366a266e238810f575e497d2fe2be (patch)
treeb3adde296922ea70244ebad5ca51db1d42d3cfd2 /config.toml
parenta33107f4df3fb876530e426941e7c1defd1ad328 (diff)
downloadpopov.link-8a723fd8179366a266e238810f575e497d2fe2be.tar.xz
popov.link-8a723fd8179366a266e238810f575e497d2fe2be.zip
Updated the color scheme
Signed-off-by: Valentin Popov <valentin@popov.link>
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 6f02436..063780f 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 = "base16-ocean-dark"
+highlight_theme = "material-dark"
# When set to "true", emoji aliases translated to their corresponding
# Unicode emoji equivalent in the rendered Markdown files. (e.g.: :smile: => 😄)