ckeditor/samples/toolbarconfigurator/lib/codemirror/neo.css
changeset 0 44d330dccc59
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ckeditor/samples/toolbarconfigurator/lib/codemirror/neo.css	Thu Dec 15 18:10:20 2016 +0300
     1.3 @@ -0,0 +1,36 @@
     1.4 +/* neo theme for codemirror */
     1.5 +
     1.6 +/* Color scheme */
     1.7 +
     1.8 +.cm-s-neo.CodeMirror {
     1.9 +  background-color:#ffffff;
    1.10 +  color:#2e383c;
    1.11 +  line-height:1.4375;
    1.12 +}
    1.13 +.cm-s-neo .cm-comment {color:#75787b}
    1.14 +.cm-s-neo .cm-keyword, .cm-s-neo .cm-property {color:#1d75b3}
    1.15 +.cm-s-neo .cm-atom,.cm-s-neo .cm-number {color:#75438a}
    1.16 +.cm-s-neo .cm-node,.cm-s-neo .cm-tag {color:#9c3328}
    1.17 +.cm-s-neo .cm-string {color:#b35e14}
    1.18 +.cm-s-neo .cm-variable,.cm-s-neo .cm-qualifier {color:#047d65}
    1.19 +
    1.20 +
    1.21 +/* Editor styling */
    1.22 +
    1.23 +.cm-s-neo pre {
    1.24 +  padding:0;
    1.25 +}
    1.26 +
    1.27 +.cm-s-neo .CodeMirror-gutters {
    1.28 +  border:none;
    1.29 +  border-right:10px solid transparent;
    1.30 +  background-color:transparent;
    1.31 +}
    1.32 +
    1.33 +.cm-s-neo .CodeMirror-linenumber {
    1.34 +  padding:0;
    1.35 +  color:#e0e2e5;
    1.36 +}
    1.37 +
    1.38 +.cm-s-neo .CodeMirror-guttermarker { color: #1d75b3; }
    1.39 +.cm-s-neo .CodeMirror-guttermarker-subtle { color: #e0e2e5; }