Uses inputActiveOptionBackground as default for actionBar.toggledBackground

This commit is contained in:
Henning Dieterichs
2023-08-14 17:51:57 +02:00
committed by Henning Dieterichs
parent 04dd69f669
commit d72cb889ed
5 changed files with 11 additions and 5 deletions

View File

@@ -26,6 +26,7 @@
"list.activeSelectionIconForeground": "#FFF",
"terminal.inactiveSelectionBackground": "#3A3D41",
"widget.border": "#303031",
"actionBar.toggledBackground": "#383a49"
},
"tokenColors": [
{

View File

@@ -11,7 +11,8 @@
"editor.selectionBackground": "#FFFFFF",
"statusBarItem.remoteBackground": "#00000000",
"ports.iconRunningProcessForeground": "#FFFFFF",
"editorWhitespace.foreground": "#7c7c7c"
"editorWhitespace.foreground": "#7c7c7c",
"actionBar.toggledBackground": "#383a49"
},
"tokenColors": [
{

View File

@@ -562,5 +562,8 @@
"foreground": "#800080"
}
}
]
],
"colors": {
"actionBar.toggledBackground": "#dddddd"
}
}

View File

@@ -30,7 +30,8 @@
"list.activeSelectionIconForeground": "#FFF",
"list.focusAndSelectionOutline": "#90C2F9",
"terminal.inactiveSelectionBackground": "#E5EBF1",
"widget.border": "#d4d4d4"
"widget.border": "#d4d4d4",
"actionBar.toggledBackground": "#dddddd"
},
"tokenColors": [
{