mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Fix a few red theme issues with status bar
This commit is contained in:
@@ -8,8 +8,10 @@
|
||||
"tabActiveBackground": "#490000",
|
||||
"sideBarBackground": "#330000",
|
||||
"statusBarBackground": "#700000",
|
||||
"statusBarNoFolderBackground": "#700000",
|
||||
"tabsContainerBackground": "#330000",
|
||||
"titleBarActiveBackground": "#770000",
|
||||
"titleBarInactiveBackground": "#773333",
|
||||
// editor
|
||||
"editorBackground": "#390000",
|
||||
"editorGroupBorder": "#ff666633",
|
||||
@@ -39,7 +41,7 @@
|
||||
"inputBoxBackground": "#580000",
|
||||
"inputBoxActiveOptionBorder": "#cc0000",
|
||||
"inputValidationInfoBackground": "#550000",
|
||||
"inputValidationInfoBorder": "#773333"
|
||||
"inputValidationInfoBorder": "#773333",
|
||||
"listHoverBackground": "#800000",
|
||||
"listActiveSelectionBackground": "#700000",
|
||||
"listInactiveSelectionBackground": "#770000",
|
||||
@@ -48,7 +50,7 @@
|
||||
"listHighlightForeground": "#ff4444",
|
||||
"notificationsBackground": "#662222",
|
||||
"pickerGroupForeground": "#cc9999",
|
||||
"pickerGroupBorder": "#ff000033",
|
||||
"pickerGroupBorder": "#ff000033"
|
||||
},
|
||||
"name": "Red"
|
||||
}
|
||||
Reference in New Issue
Block a user