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",