0
0
Fork 0
mirror of https://github.com/enkia/tokyo-night-vscode-theme.git synced 2024-09-12 20:28:03 -04:00

Fix windows menubar update reversion

This commit is contained in:
Kristi 2020-08-10 08:36:34 -04:00
parent d8e34115fd
commit 732f389cb3
2 changed files with 6 additions and 2 deletions

View file

@ -1,4 +1,8 @@
# Release Notes # Release Notes
## 0.6.2
`2020-08-10`
- Fix Tokyo Night Light's windows menubar update reversion
## 0.6.1 ## 0.6.1
`2020-08-07` `2020-08-07`
- Fix switch statement punctuation color for certain syntax definitions. - Fix switch statement punctuation color for certain syntax definitions.

View file

@ -307,12 +307,12 @@
"notificationsInfoIcon.foreground": "#637dbf", "notificationsInfoIcon.foreground": "#637dbf",
"menubar.selectionForeground":"#343b58", "menubar.selectionForeground":"#343b58",
"menubar.selectionBackground":"#2f3549", "menubar.selectionBackground":"#7a85a8",
"menubar.selectionBorder":"#c1c2c7", "menubar.selectionBorder":"#c1c2c7",
"menu.foreground":"#4c505e", "menu.foreground":"#4c505e",
"menu.background":"#cbccd1", "menu.background":"#cbccd1",
"menu.selectionForeground":"#343b58", "menu.selectionForeground":"#343b58",
"menu.selectionBackground":"#2f3549", "menu.selectionBackground":"#7a85a8",
"menu.separatorBackground":"#c1c2c7", "menu.separatorBackground":"#c1c2c7",
"menu.border":"#c1c2c7" "menu.border":"#c1c2c7"
}, },