Reputation: 2057
In the new version 1.11
we are able to customize VS using workbench.experimental.colorCustomizations
config, but still I can't manage to change the hover color in file tree of the sidebar, take a look:
I have been looking for patterns like background
or hover
but I can't find it, I don't even know if it's implemented as this is experimental. Do you know if there is a config to change this an its name?
Thanks.
Upvotes: 0
Views: 1208
Reputation: 67929
"list.hoverBackground": "#424d66",
"list.hoverForeground": "#ff6a00",
Upvotes: 9
Reputation: 2714
After looking around in the file which contains the theme constants I don't believe it's currently possible at this stage.
Hopefully in a future release support for this will be added.
Upvotes: 1