Skip to content

Commit 903814a

Browse files
committed
chore: slightly update highlighting colors
1 parent 7c0faa9 commit 903814a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/Web/assets/highlighting.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
--code-background: var(--ui-bg-elevated);
44
--code-foreground: var(--ui-text);
55
--code-keyword: #4f95d1;
6-
--code-property: #4cb966;
6+
--code-property: #37954e;
77
--code-type: #d14f57;
88
--code-generic: #9d3af6;
99
--code-value: #515248;
10+
--code-variable: #515248;
1011
--code-comment: #888888;
1112
--code-highlight: #22dddd33;
1213
--code-addition: #00ff0022;
@@ -31,6 +32,7 @@
3132
--code-type: #25b0bc;
3233
--code-generic: #b877db;
3334
--code-value: #f09483;
35+
--code-variable: #f09483;
3436
--code-comment: #6c6f93;
3537
--code-highlight: #2e303e;
3638
--code-addition: #09f7a052;
@@ -75,7 +77,9 @@
7577
color: var(--code-comment);
7678
font-style: italic;
7779
}
78-
80+
.hl-variable {
81+
color: var(--code-variable);
82+
}
7983
.hl-blur {
8084
filter: blur(2px);
8185
}

0 commit comments

Comments
 (0)