diff --git a/CHANGELOG.md b/CHANGELOG.md index a9e5a62..762130e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Release Notes +## 0.4.3 +`2019-11-19` +- Update selection background color + ## 0.4.2 `2019-11-10` - Update range highlight background diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index 23e7325..43eee4a 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -100,7 +100,7 @@ "editor.foreground": "#a9b1d6", "editorLink.activeForeground": "#a9b1d6", - "editor.selectionBackground": "#6f7bb622", + "editor.selectionBackground": "#6f7bb628", "editor.inactiveSelectionBackground": "#6f7bb615", "editor.findMatchBackground": "#3d59a166",