Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / js / ckeditor / plugins / codemirror / theme / material.css
1 /*\r
2 \r
3     Name:       material\r
4     Author:     Michael Kaminsky (http://github.com/mkaminsky11)\r
5 \r
6     Original material color scheme by Mattia Astorino (https://github.com/equinusocio/material-theme)\r
7 \r
8 */\r
9 \r
10 .cm-s-material.CodeMirror {\r
11   background-color: #263238;\r
12   color: rgba(233, 237, 237, 1);\r
13 }\r
14 .cm-s-material .CodeMirror-gutters {\r
15   background: #263238;\r
16   color: rgb(83,127,126);\r
17   border: none;\r
18 }\r
19 .cm-s-material .CodeMirror-guttermarker, .cm-s-material .CodeMirror-guttermarker-subtle, .cm-s-material .CodeMirror-linenumber { color: rgb(83,127,126); }\r
20 .cm-s-material .CodeMirror-cursor { border-left: 1px solid #f8f8f0; }\r
21 .cm-s-material div.CodeMirror-selected { background: rgba(255, 255, 255, 0.15); }\r
22 .cm-s-material.CodeMirror-focused div.CodeMirror-selected { background: rgba(255, 255, 255, 0.10); }\r
23 .cm-s-material .CodeMirror-line::selection, .cm-s-material .CodeMirror-line > span::selection, .cm-s-material .CodeMirror-line > span > span::selection { background: rgba(255, 255, 255, 0.10); }\r
24 .cm-s-material .CodeMirror-line::-moz-selection, .cm-s-material .CodeMirror-line > span::-moz-selection, .cm-s-material .CodeMirror-line > span > span::-moz-selection { background: rgba(255, 255, 255, 0.10); }\r
25 \r
26 .cm-s-material .CodeMirror-activeline-background { background: rgba(0, 0, 0, 0); }\r
27 .cm-s-material .cm-keyword { color: rgba(199, 146, 234, 1); }\r
28 .cm-s-material .cm-operator { color: rgba(233, 237, 237, 1); }\r
29 .cm-s-material .cm-variable-2 { color: #80CBC4; }\r
30 .cm-s-material .cm-variable-3, .cm-s-material .cm-type { color: #82B1FF; }\r
31 .cm-s-material .cm-builtin { color: #DECB6B; }\r
32 .cm-s-material .cm-atom { color: #F77669; }\r
33 .cm-s-material .cm-number { color: #F77669; }\r
34 .cm-s-material .cm-def { color: rgba(233, 237, 237, 1); }\r
35 .cm-s-material .cm-string { color: #C3E88D; }\r
36 .cm-s-material .cm-string-2 { color: #80CBC4; }\r
37 .cm-s-material .cm-comment { color: #546E7A; }\r
38 .cm-s-material .cm-variable { color: #82B1FF; }\r
39 .cm-s-material .cm-tag { color: #80CBC4; }\r
40 .cm-s-material .cm-meta { color: #80CBC4; }\r
41 .cm-s-material .cm-attribute { color: #FFCB6B; }\r
42 .cm-s-material .cm-property { color: #80CBAE; }\r
43 .cm-s-material .cm-qualifier { color: #DECB6B; }\r
44 .cm-s-material .cm-variable-3, .cm-s-material .cm-type { color: #DECB6B; }\r
45 .cm-s-material .cm-tag { color: rgba(255, 83, 112, 1); }\r
46 .cm-s-material .cm-error {\r
47   color: rgba(255, 255, 255, 1.0);\r
48   background-color: #EC5F67;\r
49 }\r
50 .cm-s-material .CodeMirror-matchingbracket {\r
51   text-decoration: underline;\r
52   color: white !important;\r
53 }\r