wide/static/js/overwrite/codemirror/theme/wide.css

40 lines
1.6 KiB
CSS

/*
* Copyright (c) 2014, B3log
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
.cm-s-wide span.cm-meta {color: rgb(98,143,181);}
.cm-s-wide span.cm-keyword { color: rgb(0,0,230); }
.cm-s-wide span.cm-atom {color: rgb(153,51,204);}
.cm-s-wide span.cm-number {color: #B35E4D;}
.cm-s-wide span.cm-def {color: #00f;}
.cm-s-wide span.cm-variable {color: black;}
.cm-s-wide span.cm-variable-2 {color: #0000C0;}
.cm-s-wide span.cm-variable-3 {color: #0000C0;}
.cm-s-wide span.cm-property {color: black;}
.cm-s-wide span.cm-operator {color: rgb(0,153,0);}
.cm-s-wide span.cm-comment {color: rgb(150,150,150);}
.cm-s-wide span.cm-string {color: rgb(206,123,0);}
.cm-s-wide span.cm-string-2 {color: #f50;}
.cm-s-wide span.cm-qualifier {color: #555;}
.cm-s-wide span.cm-builtin {color: #30a;}
.cm-s-wide span.cm-bracket {color: #cc7;}
.cm-s-wide span.cm-tag {color: #170;}
.cm-s-wide span.cm-attribute {color: #00c;}
.cm-s-wide span.cm-link {color: #219;}
.cm-s-wide span.cm-error {color: #f00;}
.cm-s-wide .CodeMirror-activeline-background {background: #e8f2ff !important;}
.cm-s-wide .CodeMirror-matchingbracket {background-color: yellow;color:black !important;}