Skip to content

Commit b407d9e

Browse files
committed
Update to adjust keyword color in markdown mode
1 parent 761d9da commit b407d9e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

theme/one-dark.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ borrow some color from tomorrow-night-eighties
120120
.cm-s-one-dark .cm-tag {
121121
color: #e06c75;
122122
}
123+
.cm-s-one-dark .cm-m-markdown.cm-keyword,
124+
.cm-s-one-dark .cm-m-markdown.cm-builtin,
125+
.cm-s-one-dark .cm-m-markdown.cm-tag {
126+
color: #98c379;
127+
}
123128
.cm-s-one-dark .cm-string {
124129
/* color: #98c379;*/
125130
color: #6699cc;

0 commit comments

Comments
 (0)