diff --git a/CHANGELOG.md b/CHANGELOG.md index c1f79bd..6a0bb1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Release Notes +## 0.6.2 +`2020-08-10` +- Fix Tokyo Night Light's windows menubar update reversion + ## 0.6.1 `2020-08-07` - Fix switch statement punctuation color for certain syntax definitions. diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index 8466e11..c89bde6 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -307,12 +307,12 @@ "notificationsInfoIcon.foreground": "#637dbf", "menubar.selectionForeground":"#343b58", - "menubar.selectionBackground":"#2f3549", + "menubar.selectionBackground":"#7a85a8", "menubar.selectionBorder":"#c1c2c7", "menu.foreground":"#4c505e", "menu.background":"#cbccd1", "menu.selectionForeground":"#343b58", - "menu.selectionBackground":"#2f3549", + "menu.selectionBackground":"#7a85a8", "menu.separatorBackground":"#c1c2c7", "menu.border":"#c1c2c7" },