Skip to content

Commit 3a87fa9

Browse files
committed
improve TS type color
1 parent 0e467af commit 3a87fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codemirror/codemirror.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
color: var(--string);
263263
}
264264
.cm-s-default .cm-type {
265-
color: #085;
265+
color: rgb(255, 208, 0);
266266
}
267267
.cm-s-default .cm-meta {
268268
color: #555;

0 commit comments

Comments
 (0)