-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathEasy-Eye-Dark.css
111 lines (87 loc) · 2.43 KB
/
Easy-Eye-Dark.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
107
108
109
110
/* SWATCHES ---------------------------------------------------------------------- */
span.cm-link { color: #D4F1F4; }
span.cm-number { color: #bee9e8; }
span.cm-string { color: #B6E2D3; }
span.cm-builtin { color: #f4f1de; }
span.cm-def { color: #fae0e4; }
span.cm-keyword { color: #cbf3f0; }
span.cm-operator { color: #dfe7fd; }
span.cm-qualifier { color: #dfe7fd; }
span.cm-tag { color: #EBE8E0; }
span.cm-attribute { color: #E6B794; }
span.cm-variable { color: #B8DDD6; }
span.cm-atom { color: #C3E0E5; }
span.cm-comment { color: rgb(153,177,195,0.5); }
span.cm-error { color: rgb(201, 93, 103, 0.7); }
span.cm-property { color: #EBE8E0; }
span.cm-string-2 { color: #dad7cd; }
span.cm-variable-2 { color: #d5bdaf; }
span.cm-variable-3 { color: #a3b18a; }
span.cm-header { color: #99b1c3; }
span.cm-bracket { color: #c0d6df; }
span.cm-meta { color: #b6ccfe; }
/* MISC ---------------------------------------------------------------------- */
.CodeMirror {
line-height: 1.5;
}
.CodeMirror,
.CodeMirror .CodeMirror-scroll {
background: #272B31;
color: #a1cb84;
}
.CodeMirror-cursor {
border-left: 2px solid #eff1ed !important;
}
.CodeMirror-overwrite .CodeMirror-cursor {
border-bottom: 1px solid #b3bfb8 !important;
border-left: none !important;
}
.CodeMirror-gutters {
background: #272B31;
border-right: 0;
}
.CodeMirror-linenumber {
color: rgba(255, 255, 255, 0.3);
}
/* selection of code */
.CodeMirror-selected {
background: #2f4550;
}
.CodeMirror .CodeMirror-selected {
background: rgba(47, 69, 80, 0.35);
}
.CodeMirror-focused .CodeMirror-selected {
background: #2f4550;
}
/* Matching */
.CodeMirror-matchingbracket {
background: transparent !important;
border-bottom: 3px solid #52b788 !important;
color: #f6f9fa !important;
}
.CodeMirror-matchingtag {
background: #4f5763 !important;
border-bottom: 3px solid rgb(82, 183, 136, 0.7) !important;
}
/* Active Line */
.CodeMirror-focused .CodeMirror-activeline .CodeMirror-nonmatchingbracket {
color: #affc41 !important;
}
.CodeMirror-activeline-background {
background: #2f4550 !important;
}
.CodeMirror-focused .CodeMirror-activeline .CodeMirror-gutter-elt {
color: #ffffff;
background-color: #2f4550 !important;
}
.CodeMirror-focused .CodeMirror-activeline .inline-widget .CodeMirror-gutter-elt {
color: #f6f9fa;
}
/* Non-editor styling */
#image-holder,
#not-editor {
background-color: #272B31;
}
#image-holder {
color: #a1cb84;
}