Open pouyakary opened 2 years ago
@daviddossett do we have precedent for having specific theme keys at this level? I am not aware of that.
These pick up the toolbar.hoverBackground
color which is used all over VS Code, including this title bar. Try adding this to your settings.json
to see them change.
"workbench.colorCustomizations": {
"toolbar.hoverBackground": "#ff0000",
}
We don't have specific colors just for the title bar buttons.
@daviddossett thanks a lot. Can you please also have foreground color customization? I volunteer for adding it if you show me where I should dig into.
@sbatten are these layout icons not using icon.foreground
on purpose?
not on purpose in the sense that we shouldn't change it lol. before the CC, I just made everything use the title bar foreground for consistency and that color changes based on window focus. but if icon foreground is the correct key, we can pick that up instead. but it might look strange in some themes imo.
I just made everything use the title bar foreground for consistency and that color changes based on window focus
This is a good point. We may actually instead need to reconsider the overlap between command center and titlebar colors. It's a bit tangled at the moment.
I saw that I could indeed change the layout colors via titlebar.activeForeground
:
Does this issue occur when all extensions are disabled?: Yes
Layout controls have no ways to be customized in colors. I tried to check other themes and I found no example where they were custom colored. The main colors are the title bars:
but then there are no colors when the buttons are hovered: