-
Notifications
You must be signed in to change notification settings - Fork 1
/
light-soda.css
171 lines (141 loc) · 4.71 KB
/
light-soda.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
/**
* Theme LightSoda Copyright (c) 2014 "Denisov21".
*
* Licensed under MIT
*
*/
.CodeMirror
.CodeMirror-scroll{
border-color: #202020;
background-color: rgb(247, 247, 247);
}
.CodeMirror .CodeMirror-scroll .CodeMirror-gutters{background:#202020; border-right:1px solid #3C3F41;}/*Left vertical bar with line count*/
.CodeMirror-scrollbar-filler {height:10px !important; width:10px !important;} /* Corner where scrollbars meet. Width and height MUST be the same as that of scrollbars. Background should be the same as that of the scrollbar track*/
.CodeMirror-gutter-filler{ height:10px !important;} /* Linenumber area left of horizontal scrollbar. Height MUST be the same as width/height of scrollbars */
.inline-widget{ /* Quick-edit styles */
background:rgb(51, 51, 51);
}
.inlineEditorHolder > div > .CodeMirror-wrap{
background:rgb(51, 51, 51);
}
.inlineEditorHolder .CodeMirror-linenumber{
background-color:rgb(51, 51, 51) !important;
}
.inline-widget .CodeMirror-gutter {
background-color: rgb(51, 51, 51) !important;
}
.divider-holder .divider {
margin-left: 12px;
width: 0;
height: 100%;
border-left: 1px solid rgb(0, 0, 0);
border-right: 1px solid rgb(73, 73, 73);
}
.close{
color: rgb(244,244,244);
}
/* code refs */
.css-prop-defn code {
font-size: 12px;
color: rgb(197, 197, 197);
background: none;
padding: 0;
}
code {
padding: 2px 4px;
color: #d14;
background-color: rgb(158, 158, 158);
border: 1px solid rgb(122, 122, 122);
white-space: nowrap;
}
.css-prop-defn h1 {
color: rgb(219, 219, 219);
font-size: 16px;
font-weight: 500;
line-height: normal;
margin: 15px 0 9px 0;
}
.css-prop-defn {
color: rgb(197, 197, 197);
cursor: auto;
/*font-family: SourceSansPro;*/
font-size: 14px;
}
.css-prop-values dl dt {
color: rgb(219, 219, 219);
font-size: 13px;
font-weight: 500;
margin-bottom: 3px;
}
/** CodeMirror styles **/
.CodeMirror { background: #242424; color: #e83185; }
.cm-error{ font-style: italic; border-bottom: 2px dotted #ff3292; }
.cm-keyword {color: #ff007f;}
.cm-atom {color: #632b9f;}
.cm-number {color: #ff007f; font-weight: 600;}
.cm-def {color: #fd963f;}
.cm-variable {color: #242424;}
.cm-variable-2 {color: #632b9f;}
.cm-property {color: #0008c6;}
.cm-operator {color: #ff007f;}
.cm-comment {color: #0008c6; font-style: italic;}
.cm-string {color: #ff007f;}
.cm-string-2 {color: #ff007f;}
.cm-meta {color: rgb(0,0,0);}
.cm-qualifier, .cm-builtin {color: rgb(0,0,0);}
.cm-bracket {color: #ff007f;}
.cm-tag {color: rgb(255, 0, 127);}
.cm-attribute {color: #0008c6;}
.cm-matchhighlight {background-color: rgb(61,61,61); background-color: rgba(61,61,61,0.23);}
.CodeMirror-selected{background-color: rgb(255, 0, 127); background-color: rgba(255, 0, 127, 0.1) !important;} /*Selected lines - may need !important*/
.CodeMirror-matchingbracket {
color: #a7ec21;
}
.CodeMirror-matchingtag {
background: rgb(0, 198, 69);
background: rgba(0, 198, 69, 0.50);
}
.CodeMirror-linenumber, .CodeMirror-gutters{
color: #727272;
background-color: #242424;
}
.CodeMirror .CodeMirror-linenumber {
padding-left: 5px;
color: #d14;
}
.CodeMirror-activeline-background, .CodeMirror-activeline .CodeMirror-gutter-elt {
background-color: rgb(0, 168, 198);
background-color: rgba(0, 168, 198, 0.29) !important;
}
.CodeMirror .CodeMirror-cursor {
border-left: 1px solid #ff007f;
z-index: -3;
}
.CodeMirror .CodeMirror-overwrite .CodeMirror-cursor {
border-left: none;
border-bottom: 2px solid #ff007f;
z-index: -3;
}
/* Show Whitespace (https://github.com/DennisKehrig/brackets-show-whitespace)*/
.CodeMirror .cm-dk-whitespace-space::before,
.CodeMirror .cm-dk-whitespace-tab::before,
.CodeMirror .cm-dk-whitespace-leading-space::before,
.CodeMirror .cm-dk-whitespace-leading-tab::before,
.CodeMirror .cm-dk-whitespace-trailing-space::before,
.CodeMirror .cm-dk-whitespace-trailing-tab::before {
background-color: #00a8c6 !important;
}
/* Code Folding (https://github.com/thehogfather/brackets-code-folding) and Brackets 1.3 (Code Folding)*/
.CodeMirror-foldgutter,
.CodeMirror-foldgutter-blank,
.CodeMirror-foldgutter-folded,
.CodeMirror-foldgutter-open,
.CodeMirror-foldgutter-folded::after{
color: #00a8c6;
}
.CodeMirror-foldgutter-open::after {/*content: "\25bd";*/ color: #f00;}
.CodeMirror-foldmarker {background-color: #00A8C6; border-color: #5C5C5C; color: #ede0ce; padding: 0 10px;}
/* New Class for Brackets 0.43 (searching)*/
.CodeMirror-searching {background-color: #38b2ff; border-bottom: 2px solid #FF5D38; font-weight: bolder;}
.searching-current-match {background-color: #632b9f;}
.quick-view-highlight {background-color: transparent; border-bottom: 2px solid #FF5D38;}