Skip to content

Commit 60740b8

Browse files
herkulanomarijnh
authored andcommitted
[base64-dark theme] Background selected color
Changed background selected color to #303030, previous #202020 value is too dark. https://github.com/cristatus/brackets-darker/issues/12
1 parent 5ae735c commit 60740b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme/base16-dark.css

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

1111
.cm-s-base16-dark.CodeMirror {background: #151515; color: #e0e0e0;}
12-
.cm-s-base16-dark div.CodeMirror-selected {background: #202020 !important;}
12+
.cm-s-base16-dark div.CodeMirror-selected {background: #303030 !important;}
1313
.cm-s-base16-dark .CodeMirror-gutters {background: #151515; border-right: 0px;}
1414
.cm-s-base16-dark .CodeMirror-guttermarker { color: #ac4142; }
1515
.cm-s-base16-dark .CodeMirror-guttermarker-subtle { color: #505050; }

0 commit comments

Comments
 (0)