mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
Use solid foreground colors in v2 themes (#173844)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"activityBar.activeBorder": "#005FB8",
|
||||
"activityBar.background": "#f8f8f8",
|
||||
"activityBar.border": "#0000001a",
|
||||
"activityBar.foreground": "#000000e4",
|
||||
"activityBar.foreground": "#3b3b3b",
|
||||
"activityBar.inactiveForeground": "#0000009e",
|
||||
"activityBarBadge.background": "#005FB8",
|
||||
"activityBarBadge.foreground": "#ffffff",
|
||||
@@ -17,22 +17,22 @@
|
||||
"button.foreground": "#ffffff",
|
||||
"button.hoverBackground": "#005FB8e6",
|
||||
"button.secondaryBackground": "#0000001a",
|
||||
"button.secondaryForeground": "#000000e4",
|
||||
"button.secondaryForeground": "#3b3b3b",
|
||||
"button.secondaryHoverBackground": "#00000034",
|
||||
"checkbox.background": "#f8f8f8",
|
||||
"checkbox.border": "#0000001a",
|
||||
"descriptionForeground": "#000000e4",
|
||||
"descriptionForeground": "#3b3b3b",
|
||||
"diffEditor.insertedLineBackground": "#23863633",
|
||||
"diffEditor.insertedTextBackground": "#2386364d",
|
||||
"diffEditor.removedLineBackground": "#da363333",
|
||||
"diffEditor.removedTextBackground": "#da36334d",
|
||||
"dropdown.background": "#ffffff",
|
||||
"dropdown.border": "#0000001a",
|
||||
"dropdown.foreground": "#000000e4",
|
||||
"dropdown.foreground": "#3b3b3b",
|
||||
"dropdown.listBackground": "#ffffff",
|
||||
"editor.background": "#ffffff",
|
||||
"editor.findMatchBackground": "#9e6a03",
|
||||
"editor.foreground": "#000000e4",
|
||||
"editor.foreground": "#3b3b3b",
|
||||
"editor.inactiveSelectionBackground": "#E5EBF1",
|
||||
"editor.selectionHighlightBackground": "#ADD6FF80",
|
||||
"editorGroup.border": "#0000001a",
|
||||
@@ -53,16 +53,16 @@
|
||||
"editorWidget.background": "#ffffff",
|
||||
"errorForeground": "#f85149",
|
||||
"focusBorder": "#005FB8",
|
||||
"foreground": "#000000e4",
|
||||
"icon.foreground": "#000000e4",
|
||||
"foreground": "#3b3b3b",
|
||||
"icon.foreground": "#3b3b3b",
|
||||
"input.background": "#ffffff",
|
||||
"input.border": "#0000001a",
|
||||
"input.foreground": "#000000e4",
|
||||
"input.foreground": "#3b3b3b",
|
||||
"input.placeholderForeground": "#00000079",
|
||||
"inputOption.activeBackground": "#005fb841",
|
||||
"inputOption.activeBorder": "#005FB8",
|
||||
"inputOption.activeForeground": "#000000",
|
||||
"keybindingLabel.foreground": "#000000e4",
|
||||
"keybindingLabel.foreground": "#3b3b3b",
|
||||
"list.activeSelectionBackground": "#e8e8e8",
|
||||
"list.activeSelectionForeground": "#000000",
|
||||
"list.activeSelectionIconForeground": "#000000",
|
||||
@@ -71,16 +71,16 @@
|
||||
"notebook.cellBorderColor": "#E8E8E8",
|
||||
"notebook.selectedCellBackground": "#c8ddf150",
|
||||
"notificationCenterHeader.background": "#ffffff",
|
||||
"notificationCenterHeader.foreground": "#000000e4",
|
||||
"notificationCenterHeader.foreground": "#3b3b3b",
|
||||
"notifications.background": "#ffffff",
|
||||
"notifications.border": "#0000001a",
|
||||
"notifications.foreground": "#000000e4",
|
||||
"notifications.foreground": "#3b3b3b",
|
||||
"panel.background": "#f8f8f8",
|
||||
"panel.border": "#0000001a",
|
||||
"panelInput.border": "#0000001a",
|
||||
"panelTitle.activeBorder": "#005FB8",
|
||||
"panelTitle.activeForeground": "#000000e4",
|
||||
"panelTitle.inactiveForeground": "#000000e4",
|
||||
"panelTitle.activeForeground": "#3b3b3b",
|
||||
"panelTitle.inactiveForeground": "#3b3b3b",
|
||||
"peekViewEditor.matchHighlightBackground": "#bb800966",
|
||||
"peekViewResult.background": "#ffffff",
|
||||
"peekViewResult.matchHighlightBackground": "#bb800966",
|
||||
@@ -89,7 +89,7 @@
|
||||
"ports.iconRunningProcessForeground": "#369432",
|
||||
"progressBar.background": "#005FB8",
|
||||
"quickInput.background": "#ffffff",
|
||||
"quickInput.foreground": "#000000e4",
|
||||
"quickInput.foreground": "#3b3b3b",
|
||||
"scrollbar.shadow": "#484f5833",
|
||||
"scrollbarSlider.activeBackground": "#6e768187",
|
||||
"scrollbarSlider.background": "#6e768133",
|
||||
@@ -97,19 +97,19 @@
|
||||
"searchEditor.textInputBorder": "#CECECE",
|
||||
"settings.dropdownBackground": "#ffffff",
|
||||
"settings.dropdownBorder": "#0000001a",
|
||||
"settings.headerForeground": "#000000e4",
|
||||
"settings.headerForeground": "#1f1f1f",
|
||||
"settings.modifiedItemIndicator": "#bb800966",
|
||||
"settings.numberInputBorder": "#CECECE",
|
||||
"settings.textInputBorder": "#CECECE",
|
||||
"sideBar.background": "#f8f8f8",
|
||||
"sideBar.border": "#0000001a",
|
||||
"sideBar.foreground": "#000000e4",
|
||||
"sideBar.foreground": "#3b3b3b",
|
||||
"sideBarSectionHeader.background": "#f8f8f8",
|
||||
"sideBarSectionHeader.border": "#0000001a",
|
||||
"sideBarSectionHeader.foreground": "#000000e4",
|
||||
"sideBarTitle.foreground": "#000000e4",
|
||||
"sideBarSectionHeader.foreground": "#3b3b3b",
|
||||
"sideBarTitle.foreground": "#3b3b3b",
|
||||
"statusBar.background": "#f8f8f8",
|
||||
"statusBar.foreground": "#000000e4",
|
||||
"statusBar.foreground": "#3b3b3b",
|
||||
"statusBar.border": "#0000001a",
|
||||
"statusBar.debuggingBackground": "#fd716c",
|
||||
"statusBar.debuggingForeground": "#000000",
|
||||
@@ -123,17 +123,17 @@
|
||||
"tab.activeBackground": "#ffffff",
|
||||
"tab.activeBorder": "#f8f8f8",
|
||||
"tab.activeBorderTop": "#005FB8",
|
||||
"tab.activeForeground": "#000000e4",
|
||||
"tab.activeForeground": "#3b3b3b",
|
||||
"tab.border": "#0000001a",
|
||||
"tab.hoverBackground": "#ffffff",
|
||||
"tab.inactiveBackground": "#f8f8f8",
|
||||
"tab.inactiveForeground": "#00000080",
|
||||
"tab.lastPinnedBorder": "#61616130",
|
||||
"tab.lastPinnedBorder": "#3b3b3b30",
|
||||
"tab.unfocusedActiveBorder": "#f8f8f8",
|
||||
"tab.unfocusedActiveBorderTop": "#00000015",
|
||||
"tab.unfocusedHoverBackground": "#6e76811a",
|
||||
"terminalCursor.foreground": "#005FB8",
|
||||
"terminal.foreground": "#ffffffc5",
|
||||
"terminal.foreground": "#3b3b3b",
|
||||
"terminal.inactiveSelectionBackground": "#E5EBF1",
|
||||
"terminal.tab.activeBorder": "#005fb8",
|
||||
"textBlockQuote.background": "#f8f8f8",
|
||||
|
||||
Reference in New Issue
Block a user