Dave Jarvis' Repositories

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

Revises highlighting colours

AuthorDave Jarvis <email>
Date2026-02-15 00:33:10 GMT-0800
Commit10f5491d5965854b70ce2c842ed998130502b4b5
Parente877b5b
repo.css
}
-.hl-keyword,
-.hl-storage,
-.hl-modifier {
- color: #ff6188;
- font-weight: 600;
-}
-
-.hl-tag {
- color: #78a9ff;
-}
-
.hl-function,
.hl-method,
.hl-class,
.hl-label {
- color: #a9dc76;
+ color: #82aaff;
font-weight: 500;
+}
+
+.hl-keyword,
+.hl-storage,
+.hl-modifier {
+ color: #ff6188;
+ font-weight: 600;
}
.hl-type {
color: #a9dc76;
opacity: 0.95;
+}
+
+.hl-tag {
+ color: #78a9ff;
}
Delta12 lines added, 12 lines removed