1 | /* |
---|
2 | |
---|
3 | Name: Tomorrow Night - Bright |
---|
4 | Author: Chris Kempson |
---|
5 | |
---|
6 | Port done by Gerard Braad <me@gbraad.nl> |
---|
7 | |
---|
8 | */ |
---|
9 | |
---|
10 | .cm-s-tomorrow-night-bright.CodeMirror { background: #000000; color: #eaeaea; } |
---|
11 | .cm-s-tomorrow-night-bright div.CodeMirror-selected { background: #424242; } |
---|
12 | .cm-s-tomorrow-night-bright .CodeMirror-gutters { background: #000000; border-right: 0px; } |
---|
13 | .cm-s-tomorrow-night-bright .CodeMirror-guttermarker { color: #e78c45; } |
---|
14 | .cm-s-tomorrow-night-bright .CodeMirror-guttermarker-subtle { color: #777; } |
---|
15 | .cm-s-tomorrow-night-bright .CodeMirror-linenumber { color: #424242; } |
---|
16 | .cm-s-tomorrow-night-bright .CodeMirror-cursor { border-left: 1px solid #6A6A6A; } |
---|
17 | |
---|
18 | .cm-s-tomorrow-night-bright span.cm-comment { color: #d27b53; } |
---|
19 | .cm-s-tomorrow-night-bright span.cm-atom { color: #a16a94; } |
---|
20 | .cm-s-tomorrow-night-bright span.cm-number { color: #a16a94; } |
---|
21 | |
---|
22 | .cm-s-tomorrow-night-bright span.cm-property, .cm-s-tomorrow-night-bright span.cm-attribute { color: #99cc99; } |
---|
23 | .cm-s-tomorrow-night-bright span.cm-keyword { color: #d54e53; } |
---|
24 | .cm-s-tomorrow-night-bright span.cm-string { color: #e7c547; } |
---|
25 | |
---|
26 | .cm-s-tomorrow-night-bright span.cm-variable { color: #b9ca4a; } |
---|
27 | .cm-s-tomorrow-night-bright span.cm-variable-2 { color: #7aa6da; } |
---|
28 | .cm-s-tomorrow-night-bright span.cm-def { color: #e78c45; } |
---|
29 | .cm-s-tomorrow-night-bright span.cm-bracket { color: #eaeaea; } |
---|
30 | .cm-s-tomorrow-night-bright span.cm-tag { color: #d54e53; } |
---|
31 | .cm-s-tomorrow-night-bright span.cm-link { color: #a16a94; } |
---|
32 | .cm-s-tomorrow-night-bright span.cm-error { background: #d54e53; color: #6A6A6A; } |
---|
33 | |
---|
34 | .cm-s-tomorrow-night-bright .CodeMirror-activeline-background { background: #2a2a2a; } |
---|
35 | .cm-s-tomorrow-night-bright .CodeMirror-matchingbracket { text-decoration: underline; color: white !important; } |
---|