mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
Use solid foreground colors in v2 themes (#173844)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"activityBar.activeBorder": "#0078d4",
|
||||
"activityBar.background": "#181818",
|
||||
"activityBar.border": "#ffffff15",
|
||||
"activityBar.foreground": "#ffffffc5",
|
||||
"activityBar.foreground": "#cccccc",
|
||||
"activityBar.inactiveForeground": "#ffffff80",
|
||||
"activityBarBadge.background": "#0078d4",
|
||||
"activityBarBadge.foreground": "#ffffff",
|
||||
@@ -17,7 +17,7 @@
|
||||
"button.foreground": "#ffffff",
|
||||
"button.hoverBackground": "#0078d4e6",
|
||||
"button.secondaryBackground": "#FFFFFF0F",
|
||||
"button.secondaryForeground": "#ffffffc5",
|
||||
"button.secondaryForeground": "#cccccc",
|
||||
"button.secondaryHoverBackground": "#ffffff15",
|
||||
"checkbox.background": "#313131",
|
||||
"checkbox.border": "#ffffff15",
|
||||
@@ -29,11 +29,11 @@
|
||||
"diffEditor.removedTextBackground": "#da36334d",
|
||||
"dropdown.background": "#313131",
|
||||
"dropdown.border": "#ffffff17",
|
||||
"dropdown.foreground": "#ffffffc5",
|
||||
"dropdown.foreground": "#cccccc",
|
||||
"dropdown.listBackground": "#313131",
|
||||
"editor.background": "#1f1f1f",
|
||||
"editor.findMatchBackground": "#9e6a03",
|
||||
"editor.foreground": "#ffffffd3",
|
||||
"editor.foreground": "#cccccc",
|
||||
"editorGroup.border": "#ffffff17",
|
||||
"editorGroupHeader.tabsBackground": "#181818",
|
||||
"editorGroupHeader.tabsBorder": "#ffffff15",
|
||||
@@ -44,35 +44,35 @@
|
||||
"editorInlayHint.foreground": "#8b949e",
|
||||
"editorInlayHint.typeBackground": "#8b949e33",
|
||||
"editorInlayHint.typeForeground": "#8b949e",
|
||||
"editorLineNumber.activeForeground": "#ffffffc5",
|
||||
"editorLineNumber.activeForeground": "#cccccc",
|
||||
"editorLineNumber.foreground": "#6e7681",
|
||||
"editorOverviewRuler.border": "#010409",
|
||||
"editorWidget.background": "#1f1f1f",
|
||||
"errorForeground": "#f85149",
|
||||
"focusBorder": "#0078d4",
|
||||
"foreground": "#ffffffc5",
|
||||
"icon.foreground": "#ffffffc5",
|
||||
"foreground": "#cccccc",
|
||||
"icon.foreground": "#cccccc",
|
||||
"input.background": "#ffffff0f",
|
||||
"input.border": "#ffffff17",
|
||||
"input.foreground": "#ffffffc5",
|
||||
"input.foreground": "#cccccc",
|
||||
"input.placeholderForeground": "#ffffff79",
|
||||
"inputOption.activeBackground": "#2489db82",
|
||||
"inputOption.activeBorder": "#2488db",
|
||||
"keybindingLabel.foreground": "#ffffffc5",
|
||||
"keybindingLabel.foreground": "#cccccc",
|
||||
"list.activeSelectionBackground": "#ffffff0f",
|
||||
"list.activeSelectionIconForeground": "#ffffff",
|
||||
"list.activeSelectionForeground": "#ffffff",
|
||||
"menu.background": "#1f1f1f",
|
||||
"notificationCenterHeader.background": "#1f1f1f",
|
||||
"notificationCenterHeader.foreground": "#ffffffc5",
|
||||
"notificationCenterHeader.foreground": "#cccccc",
|
||||
"notifications.background": "#1f1f1f",
|
||||
"notifications.border": "#ffffff15",
|
||||
"notifications.foreground": "#ffffffc5",
|
||||
"notifications.foreground": "#cccccc",
|
||||
"panel.background": "#181818",
|
||||
"panel.border": "#ffffff15",
|
||||
"panelInput.border": "#ffffff15",
|
||||
"panelTitle.activeBorder": "#0078d4",
|
||||
"panelTitle.activeForeground": "#ffffffc5",
|
||||
"panelTitle.activeForeground": "#cccccc",
|
||||
"panelTitle.inactiveForeground": "#8b949e",
|
||||
"peekViewEditor.background": "#1f1f1f",
|
||||
"peekViewEditor.matchHighlightBackground": "#bb800966",
|
||||
@@ -82,7 +82,7 @@
|
||||
"pickerGroup.foreground": "#8b949e",
|
||||
"progressBar.background": "#0078d4",
|
||||
"quickInput.background": "#1f1f1f",
|
||||
"quickInput.foreground": "#ffffffc5",
|
||||
"quickInput.foreground": "#cccccc",
|
||||
"scrollbar.shadow": "#484f5833",
|
||||
"scrollbarSlider.activeBackground": "#6e768187",
|
||||
"scrollbarSlider.background": "#6e768133",
|
||||
@@ -93,16 +93,16 @@
|
||||
"settings.modifiedItemIndicator": "#bb800966",
|
||||
"sideBar.background": "#181818",
|
||||
"sideBar.border": "#ffffff15",
|
||||
"sideBar.foreground": "#ffffffc5",
|
||||
"sideBar.foreground": "#cccccc",
|
||||
"sideBarSectionHeader.background": "#181818",
|
||||
"sideBarSectionHeader.border": "#ffffff15",
|
||||
"sideBarSectionHeader.foreground": "#ffffffc5",
|
||||
"sideBarTitle.foreground": "#ffffffc5",
|
||||
"sideBarSectionHeader.foreground": "#cccccc",
|
||||
"sideBarTitle.foreground": "#cccccc",
|
||||
"statusBar.background": "#181818",
|
||||
"statusBar.border": "#ffffff15",
|
||||
"statusBar.debuggingBackground": "#0078d4",
|
||||
"statusBar.debuggingForeground": "#ffffff",
|
||||
"statusBar.foreground": "#ffffffc5",
|
||||
"statusBar.foreground": "#cccccc",
|
||||
"statusBar.noFolderBackground": "#1f1f1f",
|
||||
"statusBarItem.focusBorder": "#0078d4",
|
||||
"statusBarItem.prominentBackground": "#6e768166",
|
||||
@@ -111,7 +111,7 @@
|
||||
"tab.activeBackground": "#1f1f1f",
|
||||
"tab.activeBorder": "#1f1f1f",
|
||||
"tab.activeBorderTop": "#0078d4",
|
||||
"tab.activeForeground": "#ffffffc5",
|
||||
"tab.activeForeground": "#cccccc",
|
||||
"tab.border": "#ffffff15",
|
||||
"tab.hoverBackground": "#1f1f1f",
|
||||
"tab.inactiveBackground": "#181818",
|
||||
@@ -119,7 +119,7 @@
|
||||
"tab.unfocusedActiveBorder": "#1f1f1f",
|
||||
"tab.unfocusedActiveBorderTop": "#ffffff15",
|
||||
"tab.unfocusedHoverBackground": "#6e76811a",
|
||||
"terminal.foreground": "#ffffffc5",
|
||||
"terminal.foreground": "#cccccc",
|
||||
"terminal.tab.activeBorder": "#0078d4",
|
||||
"textBlockQuote.background": "#010409",
|
||||
"textBlockQuote.border": "#ffffff14",
|
||||
@@ -129,7 +129,7 @@
|
||||
"textPreformat.foreground": "#f85149",
|
||||
"textSeparator.foreground": "#21262d",
|
||||
"titleBar.activeBackground": "#181818",
|
||||
"titleBar.activeForeground": "#ffffffc5",
|
||||
"titleBar.activeForeground": "#cccccc",
|
||||
"titleBar.border": "#ffffff15",
|
||||
"titleBar.inactiveBackground": "#1f1f1f",
|
||||
"titleBar.inactiveForeground": "#8b949e",
|
||||
|
||||
Reference in New Issue
Block a user