Skip to content

Commit 002ca31

Browse files
Added slightly darker color specific to the whitespace visualize extension so that dark themes look better
1 parent 43713e1 commit 002ca31

File tree

1 file changed

+61
-10
lines changed

1 file changed

+61
-10
lines changed

reset.css

Lines changed: 61 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,6 @@
5959
background: rgba(125, 0, 0, 0.5);
6060
}
6161

62-
.cm-s-monokai-dark-soda .cm-dk-whitespace-leading-space:before,
63-
.cm-s-monokai-dark-soda .cm-dk-whitespace-leading-tab:before {
64-
background-color: rgba(200, 200, 200, .3);
65-
}
66-
67-
.cm-s-monokai-dark-soda.CodeMirror .cm-dk-whitespace-space:before,
68-
.cm-s-monokai-dark-soda.CodeMirror .cm-dk-whitespace-tab:before {
69-
background-color: rgba(100, 250, 100, .3);
70-
}
71-
7262
.cm-s-nando .CodeMirror-matchingtag {
7363
background: rgba(207, 234, 214, 0.3);
7464
}
@@ -196,3 +186,64 @@
196186
.cm-s-xq-light .CodeMirror-matchingtag {
197187
background: rgba(207, 234, 214, 1);
198188
}
189+
190+
191+
.cm-s-monokai-dark-soda .cm-dk-whitespace-leading-space:before,
192+
.cm-s-monokai-dark-soda .cm-dk-whitespace-leading-tab:before {
193+
background-color: rgba(200, 200, 200, .5);
194+
}
195+
196+
.cm-s-monokai-dark-soda .cm-dk-whitespace-space:before,
197+
.cm-s-monokai-dark-soda .cm-dk-whitespace-tab:before {
198+
background-color: rgba(100, 250, 100, .5);
199+
}
200+
201+
.cm-s-zamiere .cm-dk-whitespace-leading-space:before,
202+
.cm-s-zamiere .cm-dk-whitespace-leading-tab:before {
203+
background-color: rgba(200, 200, 200, .5);
204+
}
205+
206+
.cm-s-zamiere .cm-dk-whitespace-space:before,
207+
.cm-s-zamiere .cm-dk-whitespace-tab:before {
208+
background-color: rgba(100, 250, 100, .5);
209+
}
210+
211+
.cm-s-delkos .cm-dk-whitespace-leading-space:before,
212+
.cm-s-delkos .cm-dk-whitespace-leading-tab:before {
213+
background-color: rgba(200, 200, 200, .5);
214+
}
215+
216+
.cm-s-delkos .cm-dk-whitespace-space:before,
217+
.cm-s-delkos .cm-dk-whitespace-tab:before {
218+
background-color: rgba(100, 250, 100, .5);
219+
}
220+
221+
.cm-s-pixie .cm-dk-whitespace-leading-space:before,
222+
.cm-s-pixie .cm-dk-whitespace-leading-tab:before {
223+
background-color: rgba(200, 200, 200, .5);
224+
}
225+
226+
.cm-s-pixie .cm-dk-whitespace-space:before,
227+
.cm-s-pixie .cm-dk-whitespace-tab:before {
228+
background-color: rgba(100, 250, 100, .5);
229+
}
230+
231+
.cm-s-railscasts .cm-dk-whitespace-leading-space:before,
232+
.cm-s-railscasts .cm-dk-whitespace-leading-tab:before {
233+
background-color: rgba(200, 200, 200, .5);
234+
}
235+
236+
.cm-s-railscasts .cm-dk-whitespace-space:before,
237+
.cm-s-railscasts .cm-dk-whitespace-tab:before {
238+
background-color: rgba(100, 250, 100, .5);
239+
}
240+
241+
.cm-s-obsidian .cm-dk-whitespace-leading-space:before,
242+
.cm-s-obsidian .cm-dk-whitespace-leading-tab:before {
243+
background-color: rgba(200, 200, 200, .5);
244+
}
245+
246+
.cm-s-obsidian .cm-dk-whitespace-space:before,
247+
.cm-s-obsidian .cm-dk-whitespace-tab:before {
248+
background-color: rgba(100, 250, 100, .5);
249+
}

0 commit comments

Comments
 (0)