Update tab borders in 2026 dark and light themes

This commit is contained in:
mrleemurray
2026-03-06 11:33:22 +00:00
parent 13c7b019e2
commit ae0eadc1ff
2 changed files with 4 additions and 4 deletions

View File

@@ -199,8 +199,8 @@
"tab.unfocusedInactiveBackground": "#191A1B",
"tab.unfocusedInactiveForeground": "#444444",
"editorGroupHeader.tabsBackground": "#191A1B",
"tab.activeBorder": "#00000000",
"editorGroupHeader.tabsBorder": "#00000000",
"tab.activeBorder": "#121314",
"editorGroupHeader.tabsBorder": "#2A2B2CFF",
"breadcrumb.foreground": "#8C8C8C",
"breadcrumb.background": "#121314",
"breadcrumb.focusForeground": "#bfbfbf",

View File

@@ -203,8 +203,8 @@
"tab.unfocusedInactiveBackground": "#FAFAFD",
"tab.unfocusedInactiveForeground": "#BBBBBB",
"editorGroupHeader.tabsBackground": "#FAFAFD",
"tab.activeBorder": "#00000000",
"editorGroupHeader.tabsBorder": "#00000000",
"tab.activeBorder": "#FFFFFF",
"editorGroupHeader.tabsBorder": "#F0F1F2FF",
"breadcrumb.foreground": "#606060",
"breadcrumb.background": "#FFFFFF",
"breadcrumb.focusForeground": "#202020",