Skip to content

Commit ceb65a6

Browse files
authored
[solarized theme] Remove text-shadow
The text drop shadow unnecessarily makes text slightly blurry.
1 parent eff5c9e commit ceb65a6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

theme/solarized.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,10 @@ http://ethanschoonover.com/solarized/img/solarized-palette.png
3535
.cm-s-solarized.cm-s-dark {
3636
color: #839496;
3737
background-color: #002b36;
38-
text-shadow: #002b36 0 1px;
3938
}
4039
.cm-s-solarized.cm-s-light {
4140
background-color: #fdf6e3;
4241
color: #657b83;
43-
text-shadow: #eee8d5 0 1px;
4442
}
4543

4644
.cm-s-solarized .CodeMirror-widget {
@@ -126,7 +124,6 @@ http://ethanschoonover.com/solarized/img/solarized-palette.png
126124

127125
.cm-s-solarized.cm-s-dark .CodeMirror-linenumber {
128126
color: #586e75;
129-
text-shadow: #021014 0 -1px;
130127
}
131128

132129
/* Light */

0 commit comments

Comments
 (0)