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
This commit is contained in:
Abbie Petchtes
2018-04-06 10:15:59 -07:00
committed by GitHub
parent d2d2ade9f7
commit 071b510fba
2 changed files with 3 additions and 3 deletions

View File

@@ -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": [
{

View File

@@ -26,7 +26,7 @@
// "button.disabledForeground": "#888888",
//Dropdown Control
"dropdown.background": "#EAEAEA00",
"dropdown.background": "#fffffe",
"dropdown.foreground": "#4a4a4a",
"dropdown.border": "#C8C8C8",