forked from Brackets-Themes/Skullomania
-
Notifications
You must be signed in to change notification settings - Fork 0
/
skullromania.css
executable file
·102 lines (77 loc) · 2.18 KB
/
skullromania.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
/* SWATCHES ---------------------------------------------------------------------- */
span.cm-link { color: #a1d9bc; }
span.cm-number { color: #a1d9bc; }
span.cm-string { color: #a1d9bc; }
span.cm-atom { color: #cdcdcd; }
span.cm-meta { color: #cdcdcd; }
span.cm-bracket { color: #ffffff; }
span.cm-builtin { color: #ffffff; }
span.cm-def { color: #ffffff; }
span.cm-operator { color: #ffffff; }
span.cm-tag { color: #ffffff; }
span.cm-attribute { color: #c2deff; }
span.cm-variable { color: #c2deff; }
span.cm-comment { color: #717171; }
span.cm-error { color: #f5ff00; }
span.cm-keyword { color: #ededed; }
span.cm-property { color: #83d1fb; }
span.cm-variable-2 { color: #83d1fb; }
span.cm-string-2 { color: #ff893f; }
span.cm-variable-3 { color: #ff893f; }
span.cm-header { color: #ff893f; }
span.cm-qualifier { color: #ffffff; }
/* MISC ---------------------------------------------------------------------- */
.CodeMirror,
.CodeMirror .CodeMirror-scroll {
background: #111;
color: #929aa2;
}
.CodeMirror-cursor {
border-left: 1px solid #fff !important;
}
.CodeMirror-overwrite .CodeMirror-cursor {
border-bottom: 1px solid #fff !important;
border-left: none !important;
}
.CodeMirror-gutters {
background: #111;
border-right: 1px solid #222 !important;
}
.CodeMirror-linenumber {
color: #4e5155;
}
.CodeMirror-selected {
background: #556279 !important;
}
/* Matching */
.CodeMirror-matchingbracket {
background: transparent !important;
border-bottom: 3px solid #D1FB83 !important;
color: #fff !important;
}
.CodeMirror-matchingtag {
background: transparent !important;
border-bottom: 3px solid #D1FB83 !important;
}
/* Active Line */
.CodeMirror-focused .CodeMirror-activeline .CodeMirror-nonmatchingbracket {
color: #f5ff00 !important;
}
.CodeMirror-activeline-background {
background: #333 !important;
}
.CodeMirror-focused .CodeMirror-activeline .CodeMirror-gutter-elt {
color: #fff;
background-color: #222 !important;
}
.CodeMirror-focused .CodeMirror-activeline .inline-widget .CodeMirror-gutter-elt {
color: #fff;
}
/* Non-editor styling */
#image-holder,
#not-editor {
background-color: #111;
}
#image-holder {
color: #929aa2;
}