annotate .cms/lib/codemirror/theme/the-matrix.css @ 0:78edf6b517a0 draft

24.10
author Coffee CMS <info@coffee-cms.ru>
date Fri, 11 Oct 2024 22:40:23 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
1 .cm-s-the-matrix.CodeMirror { background: #000000; color: #00FF00; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
2 .cm-s-the-matrix div.CodeMirror-selected { background: #2D2D2D; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
3 .cm-s-the-matrix .CodeMirror-line::selection, .cm-s-the-matrix .CodeMirror-line > span::selection, .cm-s-the-matrix .CodeMirror-line > span > span::selection { background: rgba(45, 45, 45, 0.99); }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
4 .cm-s-the-matrix .CodeMirror-line::-moz-selection, .cm-s-the-matrix .CodeMirror-line > span::-moz-selection, .cm-s-the-matrix .CodeMirror-line > span > span::-moz-selection { background: rgba(45, 45, 45, 0.99); }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
5 .cm-s-the-matrix .CodeMirror-gutters { background: #060; border-right: 2px solid #00FF00; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
6 .cm-s-the-matrix .CodeMirror-guttermarker { color: #0f0; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
7 .cm-s-the-matrix .CodeMirror-guttermarker-subtle { color: white; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
8 .cm-s-the-matrix .CodeMirror-linenumber { color: #FFFFFF; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
9 .cm-s-the-matrix .CodeMirror-cursor { border-left: 1px solid #00FF00; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
10
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
11 .cm-s-the-matrix span.cm-keyword { color: #008803; font-weight: bold; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
12 .cm-s-the-matrix span.cm-atom { color: #3FF; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
13 .cm-s-the-matrix span.cm-number { color: #FFB94F; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
14 .cm-s-the-matrix span.cm-def { color: #99C; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
15 .cm-s-the-matrix span.cm-variable { color: #F6C; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
16 .cm-s-the-matrix span.cm-variable-2 { color: #C6F; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
17 .cm-s-the-matrix span.cm-variable-3, .cm-s-the-matrix span.cm-type { color: #96F; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
18 .cm-s-the-matrix span.cm-property { color: #62FFA0; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
19 .cm-s-the-matrix span.cm-operator { color: #999; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
20 .cm-s-the-matrix span.cm-comment { color: #CCCCCC; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
21 .cm-s-the-matrix span.cm-string { color: #39C; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
22 .cm-s-the-matrix span.cm-meta { color: #C9F; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
23 .cm-s-the-matrix span.cm-qualifier { color: #FFF700; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
24 .cm-s-the-matrix span.cm-builtin { color: #30a; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
25 .cm-s-the-matrix span.cm-bracket { color: #cc7; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
26 .cm-s-the-matrix span.cm-tag { color: #FFBD40; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
27 .cm-s-the-matrix span.cm-attribute { color: #FFF700; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
28 .cm-s-the-matrix span.cm-error { color: #FF0000; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
29
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
30 .cm-s-the-matrix .CodeMirror-activeline-background { background: #040; }