Skip to content

Commit e9bf40d

Browse files
lemurra_microsoftlemurra_microsoft
authored andcommitted
Add hover foreground color for status bar items in light and dark themes
1 parent 836137b commit e9bf40d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

extensions/theme-defaults/themes/dark_modern.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
"statusBar.background": "#181818",
9090
"statusBar.border": "#2B2B2B",
9191
"statusBarItem.hoverBackground": "#F1F1F133",
92+
"statusBarItem.hoverForeground": "#FFFFFF",
9293
"statusBar.debuggingBackground": "#0078D4",
9394
"statusBar.debuggingForeground": "#FFFFFF",
9495
"statusBar.focusBorder": "#0078D4",

extensions/theme-defaults/themes/light_modern.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
"statusBar.foreground": "#3B3B3B",
106106
"statusBar.border": "#E5E5E5",
107107
"statusBarItem.hoverBackground": "#1F1F1F11",
108+
"statusBarItem.hoverForeground": "#000000",
108109
"statusBarItem.compactHoverBackground": "#CCCCCC",
109110
"statusBar.debuggingBackground": "#FD716C",
110111
"statusBar.debuggingForeground": "#000000",

0 commit comments

Comments
 (0)