Skip to content

Commit

Permalink
[midnight theme] Fix class name for cm-matchhighlight
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh authored and cone56 committed Jan 6, 2020
1 parent 8b2f651 commit ee37c14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/midnight.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* Based on the theme at http://bonsaiden.github.com/JavaScript-Garden */

/*<!--match-->*/
.cm-s-midnight span.CodeMirror-matchhighlight { background: #494949; }
.cm-s-midnight.CodeMirror-focused span.CodeMirror-matchhighlight { background: #314D67 !important; }
.cm-s-midnight span.cm-matchhighlight { background: #494949; }
.cm-s-midnight.CodeMirror-focused span.cm-matchhighlight { background: #314D67 !important; }

/*<!--activeline-->*/
.cm-s-midnight .CodeMirror-activeline-background { background: #253540; }
Expand Down

0 comments on commit ee37c14

Please sign in to comment.