Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / js / ckeditor / plugins / codemirror / theme / midnight.css
1 /* Based on the theme at http://bonsaiden.github.com/JavaScript-Garden */\r
2 \r
3 /*<!--match-->*/\r
4 .cm-s-midnight span.CodeMirror-matchhighlight { background: #494949; }\r
5 .cm-s-midnight.CodeMirror-focused span.CodeMirror-matchhighlight { background: #314D67 !important; }\r
6 \r
7 /*<!--activeline-->*/\r
8 .cm-s-midnight .CodeMirror-activeline-background { background: #253540; }\r
9 \r
10 .cm-s-midnight.CodeMirror {\r
11     background: #0F192A;\r
12     color: #D1EDFF;\r
13 }\r
14 \r
15 .cm-s-midnight div.CodeMirror-selected { background: #314D67; }\r
16 .cm-s-midnight .CodeMirror-line::selection, .cm-s-midnight .CodeMirror-line > span::selection, .cm-s-midnight .CodeMirror-line > span > span::selection { background: rgba(49, 77, 103, .99); }\r
17 .cm-s-midnight .CodeMirror-line::-moz-selection, .cm-s-midnight .CodeMirror-line > span::-moz-selection, .cm-s-midnight .CodeMirror-line > span > span::-moz-selection { background: rgba(49, 77, 103, .99); }\r
18 .cm-s-midnight .CodeMirror-gutters { background: #0F192A; border-right: 1px solid; }\r
19 .cm-s-midnight .CodeMirror-guttermarker { color: white; }\r
20 .cm-s-midnight .CodeMirror-guttermarker-subtle { color: #d0d0d0; }\r
21 .cm-s-midnight .CodeMirror-linenumber { color: #D0D0D0; }\r
22 .cm-s-midnight .CodeMirror-cursor { border-left: 1px solid #F8F8F0; }\r
23 \r
24 .cm-s-midnight span.cm-comment { color: #428BDD; }\r
25 .cm-s-midnight span.cm-atom { color: #AE81FF; }\r
26 .cm-s-midnight span.cm-number { color: #D1EDFF; }\r
27 \r
28 .cm-s-midnight span.cm-property, .cm-s-midnight span.cm-attribute { color: #A6E22E; }\r
29 .cm-s-midnight span.cm-keyword { color: #E83737; }\r
30 .cm-s-midnight span.cm-string { color: #1DC116; }\r
31 \r
32 .cm-s-midnight span.cm-variable { color: #FFAA3E; }\r
33 .cm-s-midnight span.cm-variable-2 { color: #FFAA3E; }\r
34 .cm-s-midnight span.cm-def { color: #4DD; }\r
35 .cm-s-midnight span.cm-bracket { color: #D1EDFF; }\r
36 .cm-s-midnight span.cm-tag { color: #449; }\r
37 .cm-s-midnight span.cm-link { color: #AE81FF; }\r
38 .cm-s-midnight span.cm-error { background: #F92672; color: #F8F8F0; }\r
39 \r
40 .cm-s-midnight .CodeMirror-matchingbracket {\r
41   text-decoration: underline;\r
42   color: white !important;\r
43 }\r