We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 836137b commit e9bf40dCopy full SHA for e9bf40d
2 files changed
extensions/theme-defaults/themes/dark_modern.json
@@ -89,6 +89,7 @@
89
"statusBar.background": "#181818",
90
"statusBar.border": "#2B2B2B",
91
"statusBarItem.hoverBackground": "#F1F1F133",
92
+ "statusBarItem.hoverForeground": "#FFFFFF",
93
"statusBar.debuggingBackground": "#0078D4",
94
"statusBar.debuggingForeground": "#FFFFFF",
95
"statusBar.focusBorder": "#0078D4",
extensions/theme-defaults/themes/light_modern.json
@@ -105,6 +105,7 @@
105
"statusBar.foreground": "#3B3B3B",
106
"statusBar.border": "#E5E5E5",
107
"statusBarItem.hoverBackground": "#1F1F1F11",
108
+ "statusBarItem.hoverForeground": "#000000",
109
"statusBarItem.compactHoverBackground": "#CCCCCC",
110
"statusBar.debuggingBackground": "#FD716C",
111
"statusBar.debuggingForeground": "#000000",
0 commit comments