Update various dark+ v2 colors (#171123)

Update dark+ v2 accent and button text colors
This commit is contained in:
David Dossett 2023-01-11 16:44:39 -08:00 committed by GitHub
parent 5070034f6d
commit 87d1de6a45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,19 +3,19 @@
"name": "Dark+ (Experimental)",
"include": "./dark_plus.json",
"colors": {
"activityBar.activeBorder": "#2488d8",
"activityBar.activeBorder": "#0078d4",
"activityBar.background": "#181818",
"activityBar.border": "#ffffff15",
"activityBar.foreground": "#ffffffc5",
"activityBar.inactiveForeground": "#ffffff80",
"activityBarBadge.background": "#2488d8",
"activityBarBadge.foreground": "#000000",
"badge.background": "#2488d8",
"activityBarBadge.background": "#0078d4",
"activityBarBadge.foreground": "#ffffff",
"badge.background": "#0078d4",
"badge.foreground": "#000000",
"button.background": "#2488d8",
"button.background": "#0078d4",
"button.border": "#ffffff12",
"button.foreground": "#000000",
"button.hoverBackground": "#2488d8e6",
"button.foreground": "#ffffff",
"button.hoverBackground": "#0078d4e6",
"button.secondaryBackground": "#FFFFFF0F",
"button.secondaryForeground": "#ffffffc5",
"button.secondaryHoverBackground": "#ffffff15",
@ -34,13 +34,13 @@
"editor.background": "#1f1f1f",
"editor.findMatchBackground": "#9e6a03",
"editor.foreground": "#ffffffd3",
"editorCursor.foreground": "#2488d8",
"editorCursor.foreground": "#0078d4",
"editorGroup.border": "#ffffff17",
"editorGroupHeader.tabsBackground": "#181818",
"editorGroupHeader.tabsBorder": "#ffffff15",
"editorGutter.addedBackground": "#2ea043",
"editorGutter.deletedBackground": "#f85149",
"editorGutter.modifiedBackground": "#2488d8",
"editorGutter.modifiedBackground": "#0078d4",
"editorInlayHint.background": "#8b949e33",
"editorInlayHint.foreground": "#8b949e",
"editorInlayHint.typeBackground": "#8b949e33",
@ -50,7 +50,7 @@
"editorOverviewRuler.border": "#010409",
"editorWidget.background": "#1f1f1f",
"errorForeground": "#f85149",
"focusBorder": "#2488d8",
"focusBorder": "#0078d4",
"foreground": "#ffffffc5",
"icon.foreground": "#ffffffc5",
"input.background": "#ffffff0f",
@ -72,7 +72,7 @@
"panel.background": "#181818",
"panel.border": "#ffffff15",
"panelInput.border": "#ffffff15",
"panelTitle.activeBorder": "#2488d8",
"panelTitle.activeBorder": "#0078d4",
"panelTitle.activeForeground": "#ffffffc5",
"panelTitle.inactiveForeground": "#8b949e",
"peekViewEditor.background": "#1f1f1f",
@ -81,7 +81,7 @@
"peekViewResult.matchHighlightBackground": "#bb800966",
"pickerGroup.border": "#ffffff15",
"pickerGroup.foreground": "#8b949e",
"progressBar.background": "#2488d8",
"progressBar.background": "#0078d4",
"quickInput.background": "#1f1f1f",
"quickInput.foreground": "#ffffffc5",
"scrollbar.shadow": "#484f5833",
@ -101,17 +101,17 @@
"sideBarTitle.foreground": "#ffffffc5",
"statusBar.background": "#181818",
"statusBar.border": "#ffffff15",
"statusBar.debuggingBackground": "#fd716c",
"statusBar.debuggingForeground": "#000000",
"statusBar.debuggingBackground": "#0078d4",
"statusBar.debuggingForeground": "#ffffff",
"statusBar.foreground": "#ffffffc5",
"statusBar.noFolderBackground": "#1f1f1f",
"statusBarItem.focusBorder": "#2488d8",
"statusBarItem.focusBorder": "#0078d4",
"statusBarItem.prominentBackground": "#6e768166",
"statusBarItem.remoteBackground": "#2488d8",
"statusBarItem.remoteForeground": "#000000",
"statusBarItem.remoteBackground": "#0078d4",
"statusBarItem.remoteForeground": "#ffffff",
"tab.activeBackground": "#1f1f1f",
"tab.activeBorder": "#1f1f1f",
"tab.activeBorderTop": "#2488d8",
"tab.activeBorderTop": "#0078d4",
"tab.activeForeground": "#ffffffc5",
"tab.border": "#ffffff15",
"tab.hoverBackground": "#1f1f1f",
@ -121,12 +121,12 @@
"tab.unfocusedActiveBorderTop": "#ffffff15",
"tab.unfocusedHoverBackground": "#6e76811a",
"terminal.foreground": "#ffffffc5",
"terminal.tab.activeBorder": "#2488d8",
"terminal.tab.activeBorder": "#0078d4",
"textBlockQuote.background": "#010409",
"textBlockQuote.border": "#ffffff14",
"textCodeBlock.background": "#6e768166",
"textLink.activeForeground": "#8bb6f7",
"textLink.foreground": "#8bb6f7",
"textLink.activeForeground": "#40A6FF",
"textLink.foreground": "#40A6FF",
"textPreformat.foreground": "#8b949e",
"textSeparator.foreground": "#21262d",
"titleBar.activeBackground": "#181818",
@ -135,6 +135,7 @@
"titleBar.inactiveBackground": "#1f1f1f",
"titleBar.inactiveForeground": "#8b949e",
"welcomePage.tileBackground": "#ffffff0f",
"welcomePage.progress.foreground": "#0078d4",
"widgetBorder": "#ffffff15",
},
}