comparison .cms/lib/codemirror/theme/erlang-dark.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 .cm-s-erlang-dark.CodeMirror { background: #002240; color: white; }
2 .cm-s-erlang-dark div.CodeMirror-selected { background: #b36539; }
3 .cm-s-erlang-dark .CodeMirror-line::selection, .cm-s-erlang-dark .CodeMirror-line > span::selection, .cm-s-erlang-dark .CodeMirror-line > span > span::selection { background: rgba(179, 101, 57, .99); }
4 .cm-s-erlang-dark .CodeMirror-line::-moz-selection, .cm-s-erlang-dark .CodeMirror-line > span::-moz-selection, .cm-s-erlang-dark .CodeMirror-line > span > span::-moz-selection { background: rgba(179, 101, 57, .99); }
5 .cm-s-erlang-dark .CodeMirror-gutters { background: #002240; border-right: 1px solid #aaa; }
6 .cm-s-erlang-dark .CodeMirror-guttermarker { color: white; }
7 .cm-s-erlang-dark .CodeMirror-guttermarker-subtle { color: #d0d0d0; }
8 .cm-s-erlang-dark .CodeMirror-linenumber { color: #d0d0d0; }
9 .cm-s-erlang-dark .CodeMirror-cursor { border-left: 1px solid white; }
10
11 .cm-s-erlang-dark span.cm-quote { color: #ccc; }
12 .cm-s-erlang-dark span.cm-atom { color: #f133f1; }
13 .cm-s-erlang-dark span.cm-attribute { color: #ff80e1; }
14 .cm-s-erlang-dark span.cm-bracket { color: #ff9d00; }
15 .cm-s-erlang-dark span.cm-builtin { color: #eaa; }
16 .cm-s-erlang-dark span.cm-comment { color: #77f; }
17 .cm-s-erlang-dark span.cm-def { color: #e7a; }
18 .cm-s-erlang-dark span.cm-keyword { color: #ffee80; }
19 .cm-s-erlang-dark span.cm-meta { color: #50fefe; }
20 .cm-s-erlang-dark span.cm-number { color: #ffd0d0; }
21 .cm-s-erlang-dark span.cm-operator { color: #d55; }
22 .cm-s-erlang-dark span.cm-property { color: #ccc; }
23 .cm-s-erlang-dark span.cm-qualifier { color: #ccc; }
24 .cm-s-erlang-dark span.cm-special { color: #ffbbbb; }
25 .cm-s-erlang-dark span.cm-string { color: #3ad900; }
26 .cm-s-erlang-dark span.cm-string-2 { color: #ccc; }
27 .cm-s-erlang-dark span.cm-tag { color: #9effff; }
28 .cm-s-erlang-dark span.cm-variable { color: #50fe50; }
29 .cm-s-erlang-dark span.cm-variable-2 { color: #e0e; }
30 .cm-s-erlang-dark span.cm-variable-3, .cm-s-erlang-dark span.cm-type { color: #ccc; }
31 .cm-s-erlang-dark span.cm-error { color: #9d1e15; }
32
33 .cm-s-erlang-dark .CodeMirror-activeline-background { background: #013461; }
34 .cm-s-erlang-dark .CodeMirror-matchingbracket { outline:1px solid grey; color:white !important; }