From 365523305ebdc7d6d49c0e6c3757e30051f0669d Mon Sep 17 00:00:00 2001 From: bchiang7 Date: Thu, 5 Sep 2019 14:19:57 -0400 Subject: [PATCH] Fix terminal selection color to be readable --- themes/halcyon-color-theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/halcyon-color-theme.json b/themes/halcyon-color-theme.json index 0454901..84a4fde 100644 --- a/themes/halcyon-color-theme.json +++ b/themes/halcyon-color-theme.json @@ -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",