Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
Change selection color in dark theme (Fixes #199)
Browse files Browse the repository at this point in the history
  • Loading branch information
brrd committed Feb 13, 2018
1 parent 8c00139 commit 9f44154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default/themes/default-dark/theme.less
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
@editor-cursor-color: #f60;
@editor-cursor-width: 2px;
.editor-selection() {
background-color: #2C323C;
background-color: #123456;
}
.editor-searching() {
background: transparent;
Expand Down

0 comments on commit 9f44154

Please # to comment.