Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/treetrek.git

Updates syntax highlighting theme

Author Dave Jarvis <email>
Date 2026-02-15 00:06:42 GMT-0800
Commit 38357a34bfebbbb399907636419b5fd68cf13502
Parent fa4f394
Delta 16 lines added, 8 lines removed, 8-line increase
repo.css
font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
background-color: #161b22;
- color: #fcfcfa;
+ color: #e3e3e1;
+ tab-size: 2;
}
.hl-comment,
.hl-doc-comment {
color: #727072;
font-style: italic;
+ opacity: 0.9;
}
.hl-method,
.hl-class,
-.hl-type,
.hl-label {
+ color: #a9dc76;
+ font-weight: 500;
+}
+
+.hl-type {
color: #a9dc76;
+ opacity: 0.95;
}
.hl-escape {
color: #78dce8;
+ opacity: 0.95;
}
.hl-variable {
- color: #fcfcfa;
-}
-
-.hl-interp-punct {
- color: #ff6188;
+ color: #e3e3e1;
}
.hl-interp-punct {
color: #ff6188;
+ font-weight: 600;
}
.hl-code {
display: inline-block;
width: 100%;
- background-color: #21262d;
+ background-color: #0d1117;
color: #c9d1d9;
+ padding: 2px 4px;
+ border-radius: 3px;
}
.hl-math {
color: #78dce8;
+ font-style: italic;
}