Skip to content

Commit

Permalink
Fix terminal selection color to be readable
Browse files Browse the repository at this point in the history
  • Loading branch information
bchiang7 committed Sep 5, 2019
1 parent 9d2abf6 commit 3655233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/halcyon-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
"terminal.ansiRed": "#ef6b73",
"terminal.ansiWhite": "#a2aabc",
"terminal.ansiYellow": "#ffcc66",
"terminal.selectionBackground": "#2f3b54",
"terminal.selectionBackground": "#8695b733",
"terminalCursor.background": "#ffcc66",
"terminalCursor.foreground": "#ffcc66",

Expand Down

0 comments on commit 3655233

Please sign in to comment.