Add subtle borders to widgets (#167773)

* Add border to quick pick to match menus

* Add more borders and border radius to widgets

* More border updates

* Move color defaults to themes

* Address feedback
This commit is contained in:
David Dossett
2022-12-13 10:27:08 -08:00
committed by GitHub
parent 586cb8737d
commit fe646508b2
22 changed files with 53 additions and 19 deletions

View File

@@ -133,5 +133,6 @@
"titleBar.inactiveBackground": "#1f1f1f",
"titleBar.inactiveForeground": "#8b949e",
"welcomePage.tileBackground": "#ffffff0f",
"widgetBorder": "#ffffff15",
},
}

View File

@@ -24,6 +24,7 @@
"tab.lastPinnedBorder": "#ccc3",
"list.activeSelectionIconForeground": "#FFF",
"terminal.inactiveSelectionBackground": "#3A3D41",
"widget.border": "#303031",
},
"tokenColors": [
{

View File

@@ -148,5 +148,6 @@
"titleBar.inactiveBackground": "#f8f8f8",
"titleBar.inactiveForeground": "#8b949e",
"welcomePage.tileBackground": "#f3f3f3",
"wdgetBorder": "#0000001a",
},
}

View File

@@ -29,6 +29,7 @@
"list.activeSelectionIconForeground": "#FFF",
"list.focusAndSelectionOutline": "#90C2F9",
"terminal.inactiveSelectionBackground": "#E5EBF1",
"widget.border": "#d4d4d4"
},
"tokenColors": [
{