File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 1+ .cm-s-neo .CodeMirror-matchingbracket {
2+ color : # 4d4d4c !important ;
3+ outline : 1px solid # d6d6d6 !important ;
4+ -moz-outline-radius : 3px !important ;
5+ }
6+
7+ .cm-s-neo .CodeMirror-nonmatchingbracket {
8+ color : # c82829 !important ;
9+ outline : 1px solid # c82829 !important ;
10+ -moz-outline-radius : 3px !important ;
11+ }
12+
13+ .cm-s-neo .cm-matchhighlight {
14+ background-color : # dddddd !important ;
15+ }
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ import sfconfig from './../../sfconfig';
4141import * as CodeMirror from ' codemirror/lib/codemirror' ;
4242import ' codemirror/lib/codemirror.css' ;
4343import ' ./../../assets/code_mirror/CodeMirror.css' ;
44+ import ' ./../../assets/code_mirror/neo.css' ;
4445import ' ./../../assets/code_mirror/tomorrow.css' ;
4546import ' ./../../assets/code_mirror/zenburn.css' ;
4647import ' ./../../assets/code_mirror/monokai.css' ;
You can’t perform that action at this time.
0 commit comments