mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 08:38:56 +01:00
Fix active tab foreground in dark+ v2 (#174991)
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
"tab.activeBackground": "#1f1f1f",
|
||||
"tab.activeBorder": "#1f1f1f",
|
||||
"tab.activeBorderTop": "#0078d4",
|
||||
"tab.activeForeground": "#cccccc",
|
||||
"tab.activeForeground": "#ffffff",
|
||||
"tab.border": "#ffffff15",
|
||||
"tab.hoverBackground": "#1f1f1f",
|
||||
"tab.inactiveBackground": "#181818",
|
||||
|
||||
Reference in New Issue
Block a user