Navigation Menu

Skip to content

Commit

Permalink
[tomorrow-night-bright theme] Add
Browse files Browse the repository at this point in the history
  • Loading branch information
gbraad authored and marijnh committed Dec 23, 2014
1 parent c818907 commit eee9039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/tomorrow-night-bright.css
Expand Up @@ -8,7 +8,7 @@
*/

.cm-s-tomorrow-night-bright.CodeMirror {background: #000000; color: #eaeaea;}
.cm-s-tomorrow-night-bright div.CodeMirror-selected {background: #000000 !important;}
.cm-s-tomorrow-night-bright div.CodeMirror-selected {background: #424242 !important;}
.cm-s-tomorrow-night-bright .CodeMirror-gutters {background: #000000; border-right: 0px;}
.cm-s-tomorrow-night-bright .CodeMirror-guttermarker { color: #e78c45; }
.cm-s-tomorrow-night-bright .CodeMirror-guttermarker-subtle { color: #777; }
Expand All @@ -31,5 +31,5 @@
.cm-s-tomorrow-night-bright span.cm-link {color: #a16a94;}
.cm-s-tomorrow-night-bright span.cm-error {background: #d54e53; color: #6A6A6A;}

.cm-s-tomorrow-night-bright .CodeMirror-activeline-background {background: #424242 !important;}
.cm-s-tomorrow-night-bright .CodeMirror-activeline-background {background: #2a2a2a !important;}
.cm-s-tomorrow-night-bright .CodeMirror-matchingbracket { text-decoration: underline; color: white !important;}

0 comments on commit eee9039

Please sign in to comment.