Skip to content

Commit 5ea0503

Browse files
committed
fix code mirror style
Signed-off-by: zhangtianli2006 <49156174+zhangtianli2006@users.noreply.github.com>
1 parent 225add9 commit 5ea0503

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/assets/code_mirror/monokai.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
color: #75715e !important;
33
}
44

5+
.cm-s-monokai span.cm-string {
6+
color: #e6db74 !important;
7+
}
8+
9+
.cm-s-monokai span.cm-keyword {
10+
color: #F92772 !important;
11+
}
12+
13+
.cm-s-monokai span.cm-operator {
14+
color: #F92772 !important;
15+
}
16+
517
.cm-s-monokai .cm-matchhighlight {
618
background-color: #49483e;
719
}

0 commit comments

Comments
 (0)