Skip to content

Commit

Permalink
Change constant token color
Browse files Browse the repository at this point in the history
  • Loading branch information
FIameCaster committed Dec 21, 2023
1 parent 5553f09 commit 2f4f534
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions package/src/themes/vs-code-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@
color: #ce9178;
}

.token.constant {
color: #4fc1ff;
}

/* Language overrides */

[class*="language-"] {
Expand Down
5 changes: 4 additions & 1 deletion package/src/themes/vs-code-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@
}

.token.variable,
.token.constant,
.token.parameter,
.token.literal-property,
.token.atrule {
Expand All @@ -161,6 +160,10 @@
color: #4ec9b0;
}

.token.constant {
color: #0070c1;
}

/* Language overrides */

[class*="language-"] {
Expand Down

0 comments on commit 2f4f534

Please sign in to comment.