mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
fixed blue scroll bar, now gray
This commit is contained in:
@@ -54,9 +54,9 @@
|
||||
"gauge.errorForeground": "#ad0707",
|
||||
"gauge.errorBackground": "#ad07074D",
|
||||
"scrollbar.shadow": "#F5F6F84D",
|
||||
"scrollbarSlider.background": "#1A5CFF33",
|
||||
"scrollbarSlider.hoverBackground": "#1A5CFF4D",
|
||||
"scrollbarSlider.activeBackground": "#1A5CFF4D",
|
||||
"scrollbarSlider.background": "#64646466",
|
||||
"scrollbarSlider.hoverBackground": "#646464B3",
|
||||
"scrollbarSlider.activeBackground": "#00000099",
|
||||
"badge.background": "#1A5CFF",
|
||||
"badge.foreground": "#FFFFFF",
|
||||
"progressBar.background": "#1A5CFF",
|
||||
@@ -171,13 +171,13 @@
|
||||
"panelTitle.activeForeground": "#202020",
|
||||
"panelTitle.inactiveForeground": "#666666",
|
||||
"statusBar.background": "#FFFFFF",
|
||||
"statusBar.foreground": "#202020",
|
||||
"statusBar.foreground": "#666666",
|
||||
"statusBar.border": "#ECEDEEFF",
|
||||
"statusBar.focusBorder": "#1A5CFFFF",
|
||||
"statusBar.debuggingBackground": "#1A5CFF",
|
||||
"statusBar.debuggingForeground": "#FFFFFF",
|
||||
"statusBar.noFolderBackground": "#FFFFFF",
|
||||
"statusBar.noFolderForeground": "#202020",
|
||||
"statusBar.noFolderForeground": "#666666",
|
||||
"statusBarItem.activeBackground": "#E0E0E0",
|
||||
"statusBarItem.hoverBackground": "#F2F2F2",
|
||||
"statusBarItem.focusBorder": "#1A5CFFFF",
|
||||
@@ -346,4 +346,4 @@
|
||||
"customLiteral": "#795E26",
|
||||
"numberLiteral": "#098658"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user