Skip to content

Commit 58f5925

Browse files
committed
[bespin theme] Increase selection contrast
Closes #7018
1 parent 34b8435 commit 58f5925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme/bespin.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010

1111
.cm-s-bespin.CodeMirror {background: #28211c; color: #9d9b97;}
12-
.cm-s-bespin div.CodeMirror-selected {background: #36312e !important;}
12+
.cm-s-bespin div.CodeMirror-selected {background: #59554f !important;}
1313
.cm-s-bespin .CodeMirror-gutters {background: #28211c; border-right: 0px;}
1414
.cm-s-bespin .CodeMirror-linenumber {color: #666666;}
1515
.cm-s-bespin .CodeMirror-cursor {border-left: 1px solid #797977 !important;}

0 commit comments

Comments
 (0)