annotate .cms/lib/codemirror/theme/duotone-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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
1 /*
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
2 Name: DuoTone-Dark
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
3 Author: by Bram de Haan, adapted from DuoTone themes by Simurai (http://simurai.com/projects/2016/01/01/duotone-themes)
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
4
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
5 CodeMirror template by Jan T. Sott (https://github.com/idleberg), adapted by Bram de Haan (https://github.com/atelierbram/)
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
6 */
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
7
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
8 .cm-s-duotone-dark.CodeMirror { background: #2a2734; color: #6c6783; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
9 .cm-s-duotone-dark div.CodeMirror-selected { background: #545167!important; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
10 .cm-s-duotone-dark .CodeMirror-gutters { background: #2a2734; border-right: 0px; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
11 .cm-s-duotone-dark .CodeMirror-linenumber { color: #545167; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
12
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
13 /* begin cursor */
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
14 .cm-s-duotone-dark .CodeMirror-cursor { border-left: 1px solid #ffad5c; /* border-left: 1px solid #ffad5c80; */ border-right: .5em solid #ffad5c; /* border-right: .5em solid #ffad5c80; */ opacity: .5; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
15 .cm-s-duotone-dark .CodeMirror-activeline-background { background: #363342; /* background: #36334280; */ opacity: .5;}
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
16 .cm-s-duotone-dark .cm-fat-cursor .CodeMirror-cursor { background: #ffad5c; /* background: #ffad5c80; */ opacity: .5;}
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
17 /* end cursor */
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
18
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
19 .cm-s-duotone-dark span.cm-atom, .cm-s-duotone-dark span.cm-number, .cm-s-duotone-dark span.cm-keyword, .cm-s-duotone-dark span.cm-variable, .cm-s-duotone-dark span.cm-attribute, .cm-s-duotone-dark span.cm-quote, .cm-s-duotone-dark span.cm-hr, .cm-s-duotone-dark span.cm-link { color: #ffcc99; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
20
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
21 .cm-s-duotone-dark span.cm-property { color: #9a86fd; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
22 .cm-s-duotone-dark span.cm-punctuation, .cm-s-duotone-dark span.cm-unit, .cm-s-duotone-dark span.cm-negative { color: #e09142; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
23 .cm-s-duotone-dark span.cm-string { color: #ffb870; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
24 .cm-s-duotone-dark span.cm-operator { color: #ffad5c; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
25 .cm-s-duotone-dark span.cm-positive { color: #6a51e6; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
26
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
27 .cm-s-duotone-dark span.cm-variable-2, .cm-s-duotone-dark span.cm-variable-3, .cm-s-duotone-dark span.cm-type, .cm-s-duotone-dark span.cm-string-2, .cm-s-duotone-dark span.cm-url { color: #7a63ee; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
28 .cm-s-duotone-dark span.cm-def, .cm-s-duotone-dark span.cm-tag, .cm-s-duotone-dark span.cm-builtin, .cm-s-duotone-dark span.cm-qualifier, .cm-s-duotone-dark span.cm-header, .cm-s-duotone-dark span.cm-em { color: #eeebff; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
29 .cm-s-duotone-dark span.cm-bracket, .cm-s-duotone-dark span.cm-comment { color: #a7a5b2; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
30
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
31 /* using #f00 red for errors, don't think any of the colorscheme variables will stand out enough, ... maybe by giving it a background-color ... */
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
32 .cm-s-duotone-dark span.cm-error, .cm-s-duotone-dark span.cm-invalidchar { color: #f00; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
33
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
34 .cm-s-duotone-dark span.cm-header { font-weight: normal; }
Coffee CMS <info@coffee-cms.ru>
parents:
diff changeset
35 .cm-s-duotone-dark .CodeMirror-matchingbracket { text-decoration: underline; color: #eeebff !important; }