Skip to content

Commit

Permalink
[solarized theme] Remove text-shadow
Browse files Browse the repository at this point in the history
The text drop shadow unnecessarily makes text slightly blurry.
  • Loading branch information
johnspiegel committed Sep 17, 2021
1 parent eff5c9e commit ceb65a6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions theme/solarized.css
Expand Up @@ -35,12 +35,10 @@ http://ethanschoonover.com/solarized/img/solarized-palette.png
.cm-s-solarized.cm-s-dark {
color: #839496;
background-color: #002b36;
text-shadow: #002b36 0 1px;
}
.cm-s-solarized.cm-s-light {
background-color: #fdf6e3;
color: #657b83;
text-shadow: #eee8d5 0 1px;
}

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

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

/* Light */
Expand Down

0 comments on commit ceb65a6

Please sign in to comment.