aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Bieg <[email protected]>2021-03-19 14:57:25 +0100
committermb21 <[email protected]>2021-03-19 16:59:58 +0100
commitb0734bd387b71a84321bb1eac30434e24e075c70 (patch)
treec35532423b1e2c33d65c8bde8f9281f28a90ee19
parentf5a84b49611a1e87db8ade1af2e93f60dfe247ee (diff)
overwrite the two darkest syntax-highlighting colors
-rw-r--r--data/templates/styles.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/data/templates/styles.html b/data/templates/styles.html
index d935d22d9..b10e6bf1f 100644
--- a/data/templates/styles.html
+++ b/data/templates/styles.html
@@ -189,13 +189,15 @@ $endif$
border-color: #707070;
color: #d3d3d3;
}
- pre, code {
- background-color: #1b1b1b;
- }
hr {
background-color: #d3d3d3;
}
tbody, th {
border-color: #d3d3d3;
}
+ pre, code, div.sourceCode {
+ background-color: #1b1b1b;
+ }
+ code span.fu { color: #093bb9; }
+ code span.va { color: #2725c0; }
}