Skip to content

Commit df20607

Browse files
peterkroonmarijnh
authored andcommitted
Added more readable selection color.
1 parent 47f9262 commit df20607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme/night.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Loosely based on the Midnight Textmate theme */
22

33
.cm-s-night { background: #0a001f; color: #f8f8f8; }
4-
.cm-s-night div.CodeMirror-selected { background: #a8f !important; }
4+
.cm-s-night div.CodeMirror-selected { background: #447 !important; }
55
.cm-s-night .CodeMirror-gutter { background: #0a001f; border-right: 1px solid #aaa; }
66
.cm-s-night .CodeMirror-gutter-text { color: #f8f8f8; }
77
.cm-s-night .CodeMirror-cursor { border-left: 1px solid white !important; }

0 commit comments

Comments
 (0)