mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-09 08:15:05 +01:00
a11y: Update scrollbar and minimap slider colors for better visibility (#324179)
fix: update scrollbar and minimap slider colors for better visibility Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com>
This commit is contained in:
@@ -58,9 +58,9 @@
|
||||
"sideBarStickyScroll.shadow": "#00000000",
|
||||
"panelStickyScroll.shadow": "#00000000",
|
||||
"listFilterWidget.shadow": "#00000000",
|
||||
"scrollbarSlider.background": "#64646480",
|
||||
"scrollbarSlider.hoverBackground": "#64646490",
|
||||
"scrollbarSlider.activeBackground": "#646464A0",
|
||||
"scrollbarSlider.background": "#646464C0",
|
||||
"scrollbarSlider.hoverBackground": "#646464D0",
|
||||
"scrollbarSlider.activeBackground": "#646464E0",
|
||||
"badge.background": "#0069CC",
|
||||
"badge.foreground": "#FFFFFF",
|
||||
"progressBar.background": "#0069CC",
|
||||
@@ -282,9 +282,9 @@
|
||||
"charts.purple": "#652D90",
|
||||
"agentStatusIndicator.background": "#FFFFFF",
|
||||
"inlineChat.border": "#00000000",
|
||||
"minimapSlider.background": "#64646480",
|
||||
"minimapSlider.hoverBackground": "#64646490",
|
||||
"minimapSlider.activeBackground": "#646464A0",
|
||||
"minimapSlider.background": "#646464C0",
|
||||
"minimapSlider.hoverBackground": "#646464D0",
|
||||
"minimapSlider.activeBackground": "#646464E0",
|
||||
|
||||
"agents.background": "#FAFAFD",
|
||||
"agentsPanel.background": "#FFFFFF",
|
||||
|
||||
Reference in New Issue
Block a user