diff --git a/extensions/theme-carbon/themes/dark_carbon.json b/extensions/theme-carbon/themes/dark_carbon.json index c33dade2ac..da67180cf6 100644 --- a/extensions/theme-carbon/themes/dark_carbon.json +++ b/extensions/theme-carbon/themes/dark_carbon.json @@ -26,7 +26,7 @@ // "button.disabledForeground": "#888888" , //Dropdown Control - "dropdown.background": "#333333", + "dropdown.background": "#212121", "dropdown.foreground": "#fffffe", "dropdown.border": "#888888", @@ -61,7 +61,7 @@ "panel.background": "#212121", "panel.border": "#515151", "panelTitle.activeForeground": "#ffffff", - "panelTitle.inactiveForeground": "#888888" + "panelTitle.inactiveForeground": "#888888" }, "tokenColors": [ { diff --git a/extensions/theme-carbon/themes/light_carbon.json b/extensions/theme-carbon/themes/light_carbon.json index 71dd71aec5..544d130df9 100644 --- a/extensions/theme-carbon/themes/light_carbon.json +++ b/extensions/theme-carbon/themes/light_carbon.json @@ -26,7 +26,7 @@ // "button.disabledForeground": "#888888", //Dropdown Control - "dropdown.background": "#EAEAEA00", + "dropdown.background": "#fffffe", "dropdown.foreground": "#4a4a4a", "dropdown.border": "#C8C8C8",