From 2fb3ba57fc45364b00cadf7e241011b7b0f3030a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 30 Dec 2024 00:05:14 +0200 Subject: refine theme --- extras/html/source-highlight-styles/mono.css | 29 ++++++++++++++++++++++++++++ gemtexter.conf | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 extras/html/source-highlight-styles/mono.css diff --git a/extras/html/source-highlight-styles/mono.css b/extras/html/source-highlight-styles/mono.css new file mode 100644 index 0000000..f3b7189 --- /dev/null +++ b/extras/html/source-highlight-styles/mono.css @@ -0,0 +1,29 @@ +BODY { + font-weight: normal; + background-color: white; +} + +.keyword { + color: black; + font-weight: bold; + text-decoration: underline; +} + +.type { + color: black; + font-weight: bold; +} + +.string { + color: gray; +} + +.comment { + color: silver; + font-style: italic; +} + +.number { + color: black; +} + diff --git a/gemtexter.conf b/gemtexter.conf index 87b63e4..7cf670d 100644 --- a/gemtexter.conf +++ b/gemtexter.conf @@ -8,4 +8,4 @@ declare -xr ATOM_MAX_ENTRIES=42 declare -xr CONTENT_BASE_DIR=../foo.zone-content declare -xr PRE_GENERATE_HOOK=./pre_generate_hook.sh declare -xr POST_PUBLISH_HOOK=./post_publish_hook.sh -declare -xr HTML_THEME_DIR=./extras/html/themes/future +declare -xr HTML_THEME_DIR=./extras/html/themes/retrosimple -- cgit v1.2.3