You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanna add a border to the right side of the sidebar. The only way to do it now that I know of is to use contrastBorder but that's adding a lot of other borders too which I don't want. Is it possible to do it in another way? And can you add support for it if it's not possible? Needed for ayu-theme/vscode-ayu#7
The text was updated successfully, but these errors were encountered:
There are still many borders that are not configurable on their own but coming in via contrastBorder. More examples include: status bar border, activity bar border, tabs container border.
bpasero
changed the title
Theming: add sidebar border without using contrastBorder
Theming: introduce border colors for individual components to override contrastBorder
May 12, 2017
I wanna add a border to the right side of the sidebar. The only way to do it now that I know of is to use
contrastBorder
but that's adding a lot of other borders too which I don't want. Is it possible to do it in another way? And can you add support for it if it's not possible? Needed for ayu-theme/vscode-ayu#7The text was updated successfully, but these errors were encountered: