diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index 5ba9695..6b484cd 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -45,6 +45,9 @@ "window.inactiveBorder":"#0d0f17", "sash.hoverBorder": "#29355a", + "toolbar.activeBackground": "#202330", + "toolbar.hoverBackground": "#202330", + "extensionButton.prominentBackground": "#3d59a1DD", "extensionButton.prominentHoverBackground": "#3d59a1AA", "extensionButton.prominentForeground": "#ffffff", diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index 57939db..1abc130 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -45,6 +45,9 @@ "window.inactiveBorder":"#cdced1", "sash.hoverBorder": "#828594", + "toolbar.activeBackground": "#fafbff40", + "toolbar.hoverBackground": "#fafbff40", + "extensionButton.prominentBackground": "#34548aDD", "extensionButton.prominentHoverBackground": "#34548aAA", "extensionButton.prominentForeground": "#ffffff", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index 062c312..7ce4116 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -45,6 +45,9 @@ "window.inactiveBorder":"#0d0f17", "sash.hoverBorder": "#29355a", + "toolbar.activeBackground": "#2c324a", + "toolbar.hoverBackground": "#2c324a", + "extensionButton.prominentBackground": "#3d59a1DD", "extensionButton.prominentHoverBackground": "#3d59a1AA", "extensionButton.prominentForeground": "#ffffff",