Dave Jarvis' Repositories

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

Adds Monokai Pro colours

AuthorDave Jarvis <email>
Date2026-02-14 19:17:17 GMT-0800
Commitf84e5d3af904536375ca68869930a592d10ce0c0
Parenta002212
repo.css
}
+.blob-code {
+ background: #2d2a2e;
+ color: #fcfcfa;
+ font-family: 'SFMono-Regular', Consolas, 'Andale Mono', 'Ubuntu Mono', monospace;
+ padding: 16px;
+ overflow-x: auto;
+ line-height: 1.5;
+ tab-size: 4;
+}
+
+.hl-keyword {
+ color: #ff6188;
+}
+
+.hl-comment {
+ color: #727072;
+ font-style: italic;
+}
+
+.hl-string,
+.hl-string_interp {
+ color: #ffd866;
+}
+
+.hl-variable {
+ color: #fc9867;
+}
+
+.hl-number {
+ color: #ab9df2;
+ font-weight: bold;
+}
Delta32 lines added, 0 lines removed, 32-line increase