From eb68417e88a80d782d6265d17bb6953daf84365e Mon Sep 17 00:00:00 2001 From: georgii Date: Thu, 2 Jul 2020 21:50:27 +0300 Subject: [PATCH] Update menu and menubar selection background to improve contrast --- themes/tokyo-night-light-color-theme.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index d2b8787..e307251 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" },