From bcfe5de695364cf2d73572699ba9f5d43b407a09 Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Mon, 13 Nov 2017 22:56:24 +0100 Subject: [PATCH] fix syntax highlighting --- config.toml | 17 ++--------------- themes/cocoa-eh/layouts/partials/css/main.css | 2 +- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/config.toml b/config.toml index ff07c88..bde94d1 100644 --- a/config.toml +++ b/config.toml @@ -13,7 +13,7 @@ pluralizelisttitles = false PygmentsCodeFences = true pygmentsuseclasses = false -pygmentsstyle = "monokai" +pygmentsstyle = "pastie" [author] name = "Ariejan de Vroom" @@ -34,7 +34,7 @@ copyright = "Copyright © 1996 - 2017 Ariejan de Vroom" # copyrightUrl = "https://creativecommons.org/licenses/by-sa/4.0/" logofile = "img/logo.png" faviconfile = "favicon.ico" -highlightjs = true +highlightjs = false progressively = false share = true latestpostcount = 7 @@ -49,16 +49,3 @@ posts_navigation = true # issoHost = "comments.domain.tld:1234" # githubRepo = "githubUsername/repositoryName" small_banner_logo = false - -[params.colors] -identifier = "#527fc1f" -identifier_dark = "#1a3152" -trivial = "#6a7a8b" -foreground = "#181d2a" -background = "#f9f9f9" -background_dark = "#282a36" -code = "#87a5d2" -type = "#97d28b" -special = "#ffcb8d" -value = "#96c2d7" -statement = "#ff8e91" diff --git a/themes/cocoa-eh/layouts/partials/css/main.css b/themes/cocoa-eh/layouts/partials/css/main.css index f45bb23..bc5da40 100644 --- a/themes/cocoa-eh/layouts/partials/css/main.css +++ b/themes/cocoa-eh/layouts/partials/css/main.css @@ -478,7 +478,7 @@ section.main .content .markdown code, section.main .content .markdown pre { font-family: 'Menlo', monospace; font-size: 0.98rem; - background-color: #f7f7f7; + background-color: #fff; } section.main .content .markdown code { /* enclosed by single backtick (`) */