From c67dc35515103c26da9e08010aea92630b531d14 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Thu, 8 Dec 2022 14:11:07 +0100 Subject: [PATCH] Use kronuz theme for syntax highlighting --- config.toml | 1 + sass/style.scss | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 13fdb71..f3c3ad1 100644 --- a/config.toml +++ b/config.toml @@ -13,6 +13,7 @@ taxonomies = [ [markdown] highlight_code = true +highlight_theme = "kronuz" smart_punctuation = true [extra] diff --git a/sass/style.scss b/sass/style.scss index 4cbca47..6c2899d 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -175,8 +175,8 @@ main { code { font-size: 14px } li>code { word-wrap: break-word } p>code { - background-color: #2b303b; - color: #c0c5ce; + background-color: #383838; + color: #e6e1dc; padding: .2em .5em; border-radius: .3em; }