From 071b510fba986969b73d14da0c1edbb8fd2dce6b Mon Sep 17 00:00:00 2001 From: Abbie Petchtes Date: Fri, 6 Apr 2018 10:15:59 -0700 Subject: [PATCH] add dropdown background color for sqlops light and dark themes (#1088) * add dropdown background color for sqlops light and dark themes * edit the colors * formatting --- extensions/theme-carbon/themes/dark_carbon.json | 4 ++-- extensions/theme-carbon/themes/light_carbon.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",