forked from Brackets-Themes/80sBaby
-
Notifications
You must be signed in to change notification settings - Fork 2
/
80sbaby.css
executable file
·106 lines (79 loc) · 2.47 KB
/
80sbaby.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
103
104
105
106
/* SWATCHES ---------------------------------------------------------------------- */
span.cm-attribute { color: hsl( 29, 54%, 61%);}
span.cm-builtin { color: hsl( 29, 54%, 61%); }
span.cm-def { color: hsl( 29, 54%, 61%); }
span.cm-header { color: hsl( 29, 54%, 61%); }
span.cm-qualifier { color: hsl( 29, 54%, 61%); }
span.cm-variable { color: hsl( 29, 54%, 61%); }
span.cm-atom { color: hsl(187, 47%, 55%); }
span.cm-link { color: hsl(187, 47%, 55%); }
span.cm-string { color: hsl( 95, 38%, 62%); }
span.cm-string-2 { color: hsl(187, 47%, 55%); }
span.cm-meta { color: hsl(355, 65%, 65%); }
span.cm-property { color: hsl(355, 65%, 65%); }
span.cm-tag { color: hsl(355, 65%, 65%); }
span.cm-variable-2 { color: hsl(207, 82%, 66%); }
span.cm-variable-3 { color: hsl(207, 82%, 66%); }
span.cm-comment { color: hsl(220, 10%, 40%); }
span.cm-error { color: hsl(355, 83%, 58%); }
span.cm-keyword { color: hsl(187, 47%, 55%); }
span.cm-operator { color: hsl(187, 47%, 55%); }
span.cm-number { color: hsl(355, 65%, 65%); }
span.cm-bracket { color: hsl(220, 12%, 51%); }
/* MISC ---------------------------------------------------------------------- */
.CodeMirror {
line-height: 1.4;
}
.CodeMirror-scroll {
background: #2e2e31;
color: #d9d9d9;
}
.CodeMirror-cursor {
border-left: 2px solid hsl(207, 100%, 50%) !important;
}
.CodeMirror-overwrite .CodeMirror-cursor {
border-bottom: 1px solid hsl(207, 100%, 50%) !important;
border-left: none !important;
}
.CodeMirror-gutters {
background: #2e2e31;
border-right: 1px solid #262629;
}
.CodeMirror-linenumber {
color: #45484d;
}
.CodeMirror-selected {
background: #1c5393 !important;
}
/* Matching */
.CodeMirror-matchingbracket {
background: transparent !important;
border-bottom: 3px solid hsl(207, 100%, 50%) !important;
color: #fff !important;
}
.CodeMirror-matchingtag {
background: transparent !important;
border-bottom: 2px solid hsl(207, 100%, 50%) !important;
}
/* Active Line */
.CodeMirror-focused .CodeMirror-activeline .CodeMirror-nonmatchingbracket {
color: #ff0076 !important;
}
.CodeMirror-activeline-background {
background: #3b3b3e !important;
}
.CodeMirror-focused .CodeMirror-activeline .CodeMirror-gutter-elt {
color: #fff;
background-color: #2e2e31;
}
.CodeMirror-focused .CodeMirror-activeline .inline-widget .CodeMirror-gutter-elt {
color: #fff;
}
/* Non-editor styling */
#image-holder,
#not-editor {
background-color: #2e2e31;
}
#image-holder {
color: #d9d9d9;
}