theme - fix some colors in status bar for #235718 (#236331)

pull/236337/head
Benjamin Pasero 2024-12-17 12:22:51 +01:00 committed by GitHub
parent f78af53350
commit 9b0cd65515
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -569,6 +569,8 @@
}
],
"colors": {
"actionBar.toggledBackground": "#dddddd"
"actionBar.toggledBackground": "#dddddd",
"statusBarItem.remoteBackground": "#FFFFFF",
"statusBarItem.remoteForeground": "#000000"
}
}

View File

@ -104,6 +104,8 @@
"statusBar.background": "#F8F8F8",
"statusBar.foreground": "#3B3B3B",
"statusBar.border": "#E5E5E5",
"statusBarItem.hoverBackground": "#B8B8B850",
"statusBarItem.compactHoverBackground": "#CCCCCC",
"statusBar.debuggingBackground": "#FD716C",
"statusBar.debuggingForeground": "#000000",
"statusBar.focusBorder": "#005FB8",