Skip to content

Commit 784e1bc

Browse files
committed
Change the keyword color of one dark theme to make it more obvious when besides variable
1 parent 611c6bc commit 784e1bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme/one-dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ borrow some color from tomorrow-night-eighties
118118
.cm-s-one-dark .cm-keyword,
119119
.cm-s-one-dark .cm-builtin,
120120
.cm-s-one-dark .cm-tag {
121-
color: #98c379;
121+
color: #e06c75;
122122
}
123123
.cm-s-one-dark .cm-string {
124124
/* color: #98c379;*/

0 commit comments

Comments
 (0)