We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf5784 commit 225add9Copy full SHA for 225add9
src/assets/code_mirror/ayu-mirage.css
@@ -1,11 +1,16 @@
1
.cm-s-ayu-mirage span.cm-comment {
2
color: #5c6773 !important;
3
+ font-style: normal !important;
4
}
5
6
.cm-s-ayu-mirage span.cm-atom {
7
color: #ffd580 !important;
8
9
10
+.cm-s-ayu-mirage span.cm-string {
11
+ color: #bae67e !important;
12
+}
13
+
14
.cm-s-ayu-mirage .cm-matchhighlight {
15
background-color: #323a4c !important;
16
src/assets/code_mirror/tomorrow.css
@@ -32,7 +32,7 @@ span.cm-tag {
32
33
34
.cm-s-3024-day span.cm-string {
35
- color: #718c00;
+ color: #718c00 !important;
36
37
38
.cm-s-3024-day span.cm-operator {
0 commit comments