From 945ed97ea94e69bef485447caef0cb2ae82fb5cf Mon Sep 17 00:00:00 2001 From: Kristi Date: Tue, 16 Nov 2021 12:21:34 -0500 Subject: [PATCH] Fix terminal selection background color in light theme --- CHANGELOG.md | 4 ++++ themes/tokyo-night-light-color-theme.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45b6354..7e72fd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Release Notes +## 0.8.0 +`2021-11-16` +- Fix terminal selection background color in light theme + ## 0.7.9 `2021-04-05` - Revert turning on semantic highlighting by default diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index 81fa5d6..c5ecd94 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -308,7 +308,7 @@ "terminal.background": "#cbccd1", "terminal.foreground": "#4c505e", - "terminal.selectionBackground": "#d5d6db20", + "terminal.selectionBackground": "#fafbff40", "terminalCursor.foreground": "#828594", "terminal.ansiBlack": "#0f0f14",