We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 091b658 commit a5134b0Copy full SHA for a5134b0
src/services/theme/helper.ts
@@ -48,6 +48,8 @@ function perfectColors(colors: IColors): IColors {
48
['minimapSlider.activeBackground', 'scrollbarSlider.activeBackground'],
49
['panel.background', 'workbenchBackground'],
50
['sash.hoverBorder', 'focusBorder'],
51
+ ['button.background', 'textLink.foreground'],
52
+ ['menu.selectionBackground', 'button.background'],
53
[
54
'button.hoverBackground',
55
'button.background',
0 commit comments