Skip to content

Commit

Permalink
improve TS type color
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jun 14, 2023
1 parent 0e467af commit 3a87fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codemirror/codemirror.css
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
color: var(--string);
}
.cm-s-default .cm-type {
color: #085;
color: rgb(255, 208, 0);
}
.cm-s-default .cm-meta {
color: #555;
Expand Down

0 comments on commit 3a87fa9

Please sign in to comment.