mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
fix #45132
This commit is contained in:
@@ -409,10 +409,6 @@
|
||||
"debugExceptionWidget.background": "#051336",
|
||||
"debugExceptionWidget.border": "#AB395B",
|
||||
|
||||
// Workbench: Notifications
|
||||
"notification.background": "#182543",
|
||||
// "notification.foreground": "",
|
||||
|
||||
// Workbench: Quick Open
|
||||
"pickerGroup.border": "#596F99",
|
||||
"pickerGroup.foreground": "#596F99",
|
||||
|
||||
@@ -37,7 +37,6 @@
|
||||
"peekViewResult.background": "#362712",
|
||||
"peekViewEditor.background": "#221a14",
|
||||
"peekViewEditor.matchHighlightBackground": "#84613daa",
|
||||
"notification.background": "#473a29",
|
||||
"button.background": "#6e583b",
|
||||
"inputValidation.infoBorder": "#1b60a5",
|
||||
"inputValidation.infoBackground": "#2b2a42",
|
||||
|
||||
@@ -35,7 +35,6 @@
|
||||
"activityBarBadge.background": "#3655b5",
|
||||
"sideBar.background": "#272727",
|
||||
"sideBarSectionHeader.background": "#505050",
|
||||
"notification.background": "#353535",
|
||||
"pickerGroup.foreground": "#b0b0b0",
|
||||
"terminal.ansiWhite": "#ffffff",
|
||||
"inputOption.activeBorder": "#3655b5",
|
||||
|
||||
@@ -519,7 +519,6 @@
|
||||
"activityBarBadge.background": "#705697",
|
||||
"titleBar.activeBackground": "#c4b7d7",
|
||||
"button.background": "#705697",
|
||||
"notification.background": "#442e66",
|
||||
"editorGroup.dropBackground": "#C9D0D988",
|
||||
"inputValidation.infoBorder": "#4ec1e5",
|
||||
"inputValidation.infoBackground": "#f2fcff",
|
||||
|
||||
@@ -49,7 +49,6 @@
|
||||
"list.dropBackground": "#662222",
|
||||
"list.focusBackground": "#660000",
|
||||
"list.highlightForeground": "#ff4444",
|
||||
"notification.background": "#662222",
|
||||
"pickerGroup.foreground": "#cc9999",
|
||||
"pickerGroup.border": "#ff000033",
|
||||
"badge.background": "#cc3333",
|
||||
|
||||
@@ -457,10 +457,6 @@
|
||||
"debugExceptionWidget.background": "#00212B",
|
||||
"debugExceptionWidget.border": "#AB395B",
|
||||
|
||||
// Workbench: Notifications
|
||||
"notification.background": "#003847",
|
||||
// "notification.foreground": "",
|
||||
|
||||
// Workbench: Quick Open
|
||||
"pickerGroup.foreground": "#2AA19899",
|
||||
"pickerGroup.border": "#2AA19899",
|
||||
|
||||
@@ -456,10 +456,6 @@
|
||||
"debugExceptionWidget.background": "#DDD6C1",
|
||||
"debugExceptionWidget.border": "#AB395B",
|
||||
|
||||
// Workbench: Notifications
|
||||
"notification.background": "#999178",
|
||||
// "notification.foreground": "",
|
||||
|
||||
// Workbench: Quick Open
|
||||
"pickerGroup.border": "#2AA19899",
|
||||
"pickerGroup.foreground": "#2AA19899",
|
||||
|
||||
Reference in New Issue
Block a user