Skip to content

Commit

Permalink
Merge pull request #228 from GoogleChrome/syntax
Browse files Browse the repository at this point in the history
Fix background & foreground having the same color.
  • Loading branch information
eterevsky committed Apr 11, 2014
2 parents 378c592 + 52caa76 commit 75f121e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/theme-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ body[theme="dark"] #settings-list select option {
.cm-s-dark span.cm-variable {color: #a6e22e;}
.cm-s-dark span.cm-variable-2 {color: #9effff;}
.cm-s-dark span.cm-def {color: #fd971f;}
.cm-s-dark span.cm-error {background: #f92672; color: #f8f8f0;}
.cm-s-dark span.cm-error {background: #f92672; color: #f8f8f0 !important;}
.cm-s-dark span.cm-bracket {color: #f8f8f2;}
.cm-s-dark span.cm-tag {color: #f92672;}
.cm-s-dark span.cm-link {color: #ae81ff;}
Expand Down

0 comments on commit 75f121e

Please sign in to comment.