comparison .cms/lib/codemirror/theme/midnight.css @ 0:78edf6b517a0 draft

24.10
author Coffee CMS <info@coffee-cms.ru>
date Fri, 11 Oct 2024 22:40:23 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:78edf6b517a0
1 /* Based on the theme at http://bonsaiden.github.com/JavaScript-Garden */
2
3 /*<!--activeline-->*/
4 .cm-s-midnight .CodeMirror-activeline-background { background: #253540; }
5
6 .cm-s-midnight.CodeMirror {
7 background: #0F192A;
8 color: #D1EDFF;
9 }
10
11 .cm-s-midnight div.CodeMirror-selected { background: #314D67; }
12 .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); }
13 .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); }
14 .cm-s-midnight .CodeMirror-gutters { background: #0F192A; border-right: 1px solid; }
15 .cm-s-midnight .CodeMirror-guttermarker { color: white; }
16 .cm-s-midnight .CodeMirror-guttermarker-subtle { color: #d0d0d0; }
17 .cm-s-midnight .CodeMirror-linenumber { color: #D0D0D0; }
18 .cm-s-midnight .CodeMirror-cursor { border-left: 1px solid #F8F8F0; }
19
20 .cm-s-midnight span.cm-comment { color: #428BDD; }
21 .cm-s-midnight span.cm-atom { color: #AE81FF; }
22 .cm-s-midnight span.cm-number { color: #D1EDFF; }
23
24 .cm-s-midnight span.cm-property, .cm-s-midnight span.cm-attribute { color: #A6E22E; }
25 .cm-s-midnight span.cm-keyword { color: #E83737; }
26 .cm-s-midnight span.cm-string { color: #1DC116; }
27
28 .cm-s-midnight span.cm-variable { color: #FFAA3E; }
29 .cm-s-midnight span.cm-variable-2 { color: #FFAA3E; }
30 .cm-s-midnight span.cm-def { color: #4DD; }
31 .cm-s-midnight span.cm-bracket { color: #D1EDFF; }
32 .cm-s-midnight span.cm-tag { color: #449; }
33 .cm-s-midnight span.cm-link { color: #AE81FF; }
34 .cm-s-midnight span.cm-error { background: #F92672; color: #F8F8F0; }
35
36 .cm-s-midnight .CodeMirror-matchingbracket {
37 text-decoration: underline;
38 color: white !important;
39 }