We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f9262 commit df20607Copy full SHA for df20607
theme/night.css
@@ -1,7 +1,7 @@
1
/* Loosely based on the Midnight Textmate theme */
2
3
.cm-s-night { background: #0a001f; color: #f8f8f8; }
4
-.cm-s-night div.CodeMirror-selected { background: #a8f !important; }
+.cm-s-night div.CodeMirror-selected { background: #447 !important; }
5
.cm-s-night .CodeMirror-gutter { background: #0a001f; border-right: 1px solid #aaa; }
6
.cm-s-night .CodeMirror-gutter-text { color: #f8f8f8; }
7
.cm-s-night .CodeMirror-cursor { border-left: 1px solid white !important; }
0 commit comments