vendor/assets/stylesheets/codemirror/themes/material.css in codemirror-rails-5.8 vs vendor/assets/stylesheets/codemirror/themes/material.css in codemirror-rails-5.9
- old
+ new
@@ -30,14 +30,10 @@
.cm-s-material .cm-variable-3 { color: #82B1FF; }
.cm-s-material .cm-builtin { color: #DECB6B; }
.cm-s-material .cm-atom { color: #F77669; }
.cm-s-material .cm-number { color: #F77669; }
.cm-s-material .cm-def { color: rgba(233, 237, 237, 1); }
-.cm-s-material .cm-error {
- color: rgba(255, 255, 255, 1.0);
- background-color: #EC5F67;
-}
.cm-s-material .cm-string { color: #C3E88D; }
.cm-s-material .cm-string-2 { color: #80CBC4; }
.cm-s-material .cm-comment { color: #546E7A; }
.cm-s-material .cm-variable { color: #82B1FF; }
.cm-s-material .cm-tag { color: #80CBC4; }
@@ -45,9 +41,13 @@
.cm-s-material .cm-attribute { color: #FFCB6B; }
.cm-s-material .cm-property { color: #80CBAE; }
.cm-s-material .cm-qualifier { color: #DECB6B; }
.cm-s-material .cm-variable-3 { color: #DECB6B; }
.cm-s-material .cm-tag { color: rgba(255, 83, 112, 1); }
+.cm-s-material .cm-error {
+ color: rgba(255, 255, 255, 1.0);
+ background-color: #EC5F67;
+}
.cm-s-material .CodeMirror-matchingbracket {
text-decoration: underline;
color: white !important;
}