mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
Uses inputActiveOptionBackground as default for actionBar.toggledBackground
This commit is contained in:
committed by
Henning Dieterichs
parent
04dd69f669
commit
d72cb889ed
@@ -30,7 +30,8 @@
|
||||
"list.activeSelectionIconForeground": "#FFF",
|
||||
"list.focusAndSelectionOutline": "#90C2F9",
|
||||
"terminal.inactiveSelectionBackground": "#E5EBF1",
|
||||
"widget.border": "#d4d4d4"
|
||||
"widget.border": "#d4d4d4",
|
||||
"actionBar.toggledBackground": "#dddddd"
|
||||
},
|
||||
"tokenColors": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user