annotate .cms/lib/codemirror/theme/vibrant-ink.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 /* Taken from the popular Visual Studio Vibrant Ink Schema */
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
2
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
3 .cm-s-vibrant-ink.CodeMirror { background: black; color: white; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
4 .cm-s-vibrant-ink div.CodeMirror-selected { background: #35493c; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
5 .cm-s-vibrant-ink .CodeMirror-line::selection, .cm-s-vibrant-ink .CodeMirror-line > span::selection, .cm-s-vibrant-ink .CodeMirror-line > span > span::selection { background: rgba(53, 73, 60, 0.99); }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
6 .cm-s-vibrant-ink .CodeMirror-line::-moz-selection, .cm-s-vibrant-ink .CodeMirror-line > span::-moz-selection, .cm-s-vibrant-ink .CodeMirror-line > span > span::-moz-selection { background: rgba(53, 73, 60, 0.99); }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
7
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
8 .cm-s-vibrant-ink .CodeMirror-gutters { background: #002240; border-right: 1px solid #aaa; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
9 .cm-s-vibrant-ink .CodeMirror-guttermarker { color: white; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
10 .cm-s-vibrant-ink .CodeMirror-guttermarker-subtle { color: #d0d0d0; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
11 .cm-s-vibrant-ink .CodeMirror-linenumber { color: #d0d0d0; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
12 .cm-s-vibrant-ink .CodeMirror-cursor { border-left: 1px solid white; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
13
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
14 .cm-s-vibrant-ink .cm-keyword { color: #CC7832; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
15 .cm-s-vibrant-ink .cm-atom { color: #FC0; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
16 .cm-s-vibrant-ink .cm-number { color: #FFEE98; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
17 .cm-s-vibrant-ink .cm-def { color: #8DA6CE; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
18 .cm-s-vibrant-ink span.cm-variable-2, .cm-s-vibrant span.cm-tag { color: #FFC66D; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
19 .cm-s-vibrant-ink span.cm-variable-3, .cm-s-vibrant span.cm-def, .cm-s-vibrant span.cm-type { color: #FFC66D; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
20 .cm-s-vibrant-ink .cm-operator { color: #888; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
21 .cm-s-vibrant-ink .cm-comment { color: gray; font-weight: bold; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
22 .cm-s-vibrant-ink .cm-string { color: #A5C25C; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
23 .cm-s-vibrant-ink .cm-string-2 { color: red; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
24 .cm-s-vibrant-ink .cm-meta { color: #D8FA3C; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
25 .cm-s-vibrant-ink .cm-builtin { color: #8DA6CE; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
26 .cm-s-vibrant-ink .cm-tag { color: #8DA6CE; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
27 .cm-s-vibrant-ink .cm-attribute { color: #8DA6CE; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
28 .cm-s-vibrant-ink .cm-header { color: #FF6400; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
29 .cm-s-vibrant-ink .cm-hr { color: #AEAEAE; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
30 .cm-s-vibrant-ink .cm-link { color: #5656F3; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
31 .cm-s-vibrant-ink .cm-error { border-bottom: 1px solid red; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
32
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
33 .cm-s-vibrant-ink .CodeMirror-activeline-background { background: #27282E; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
34 .cm-s-vibrant-ink .CodeMirror-matchingbracket { outline:1px solid grey; color:white !important; }