style(theme): update secondary background color from #161b22 to #131416 in dark theme and light theme equivalents

This commit is contained in:
2026-04-24 09:57:05 -04:00
parent d091333110
commit 4ba91cb5c4
2 changed files with 31 additions and 31 deletions
+16 -16
View File
@@ -33,13 +33,13 @@
"textLink.activeForeground": "#005cc5",
"textBlockQuote.background": "#fafbfc",
"textBlockQuote.border": "#e1e4e8",
"textCodeBlock.background": "#f6f8fa",
"textCodeBlock.background": "#f2f4f5",
"textPreformat.foreground": "#586069",
"textSeparator.foreground": "#d1d5da",
"editor.background": "#ffffff",
"editor.foreground": "#24292e",
"editor.lineHighlightBackground": "#f6f8fa",
"editor.lineHighlightBackground": "#f2f4f5",
"editor.lineHighlightBorder": "#00000000",
"editor.selectionBackground": "#0366d625",
"editor.inactiveSelectionBackground": "#0366d611",
@@ -97,18 +97,18 @@
"editorHint.foreground": "#22863a",
"editorStickyScroll.background": "#ffffff",
"editorStickyScrollHover.background": "#f6f8fa",
"editorStickyScrollHover.background": "#f2f4f5",
"editorWidget.background": "#f6f8fa",
"editorWidget.background": "#f2f4f5",
"editorWidget.border": "#e1e4e8",
"editorWidget.foreground": "#444d56",
"editorSuggestWidget.background": "#f6f8fa",
"editorSuggestWidget.background": "#f2f4f5",
"editorSuggestWidget.border": "#e1e4e8",
"editorSuggestWidget.foreground": "#444d56",
"editorSuggestWidget.highlightForeground": "#0366d6",
"editorSuggestWidget.selectedBackground": "#e2e5e9",
"editorSuggestWidget.selectedForeground": "#24292e",
"editorHoverWidget.background": "#f6f8fa",
"editorHoverWidget.background": "#f2f4f5",
"editorHoverWidget.border": "#e1e4e8",
"editorHoverWidget.foreground": "#444d56",
@@ -119,7 +119,7 @@
"titleBar.activeBackground": "#ffffff",
"titleBar.activeForeground": "#2f363d",
"titleBar.inactiveBackground": "#f6f8fa",
"titleBar.inactiveBackground": "#f2f4f5",
"titleBar.inactiveForeground": "#6a737d",
"titleBar.border": "#e1e4e8",
@@ -167,7 +167,7 @@
"tree.indentGuidesStroke": "#e1e4e8",
"tree.inactiveIndentGuidesStroke": "#eff2f6",
"editorGroupHeader.tabsBackground": "#f6f8fa",
"editorGroupHeader.tabsBackground": "#f2f4f5",
"editorGroupHeader.tabsBorder": "#e1e4e8",
"editorGroupHeader.noTabsBackground": "#ffffff",
"editorGroup.border": "#e1e4e8",
@@ -177,20 +177,20 @@
"tab.activeForeground": "#2f363d",
"tab.activeBorder": "#ffffff",
"tab.activeBorderTop": "#f9826c",
"tab.inactiveBackground": "#f6f8fa",
"tab.inactiveBackground": "#f2f4f5",
"tab.inactiveForeground": "#6a737d",
"tab.border": "#e1e4e8",
"tab.unfocusedActiveBackground": "#ffffff",
"tab.unfocusedActiveForeground": "#6a737d",
"tab.unfocusedActiveBorder": "#ffffff",
"tab.unfocusedActiveBorderTop": "#e1e4e8",
"tab.unfocusedInactiveBackground": "#f6f8fa",
"tab.unfocusedInactiveBackground": "#f2f4f5",
"tab.unfocusedInactiveForeground": "#959da5",
"tab.hoverBackground": "#ffffff",
"tab.hoverForeground": "#2f363d",
"tab.lastPinnedBorder": "#e1e4e8",
"panel.background": "#f6f8fa",
"panel.background": "#f2f4f5",
"panel.border": "#e1e4e8",
"panelTitle.activeBorder": "#f9826c",
"panelTitle.activeForeground": "#2f363d",
@@ -271,7 +271,7 @@
"quickInput.background": "#fafbfc",
"quickInput.foreground": "#2f363d",
"terminal.background": "#f6f8fa",
"terminal.background": "#f2f4f5",
"terminal.foreground": "#586069",
"terminal.tab.activeBorder": "#f9826c",
"terminal.selectionBackground": "#0366d625",
@@ -317,9 +317,9 @@
"minimapGutter.modifiedBackground": "#2188ff",
"minimapGutter.deletedBackground": "#d73a49",
"peekViewEditor.background": "#f6f8fa",
"peekViewEditorGutter.background": "#f6f8fa",
"peekViewResult.background": "#f6f8fa",
"peekViewEditor.background": "#f2f4f5",
"peekViewEditorGutter.background": "#f2f4f5",
"peekViewResult.background": "#f2f4f5",
"peekViewResult.fileForeground": "#24292e",
"peekViewResult.lineForeground": "#6a737d",
"peekViewResult.matchHighlightBackground": "#ffdf5d60",
@@ -332,7 +332,7 @@
"settings.headerForeground": "#2f363d",
"settings.modifiedItemIndicator": "#2188ff",
"welcomePage.buttonBackground": "#f6f8fa",
"welcomePage.buttonBackground": "#f2f4f5",
"welcomePage.buttonHoverBackground": "#e1e4e8",
"debugToolBar.background": "#ffffff"