From 47e59695860a053b63776165328ae894a3cf73e9 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Mon, 13 Jan 2025 11:05:33 -0500 Subject: [PATCH] second try at dark theme --- style.css | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 501d453..1c0bf05 100644 --- a/style.css +++ b/style.css @@ -1612,15 +1612,12 @@ tt.D.highlighted a { color: #eee; } + .block-code:not([data-language=""]):not([data-language="pre"]), pre.d_code { background-color: #444; color: #eee; } - .com { - color: #0ff; - } - .tip { background-color: #306630; } @@ -1650,4 +1647,27 @@ tt.D.highlighted a { background-color: black; border-color: #555; } + + .highlighted-comment, + .com { + color: #0ff !important; + } + + .kwrd, + .highlighted-keyword, + .lang-feature, + .storage-class { + color: #8ff !important; + } + + .type-constructor, + .builtin-type { + color: #00cc00 !important; + } + + .type, + .highlighted-type { + color: lime; + } } +