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

Merge pull request #6 from rychkog/master

Update menu and menubar selection background to improve contrast
This commit is contained in:
enkia 2020-07-04 09:58:58 -04:00 committed by GitHub
commit ce13ee4a9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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