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 am experiencing a problem with the status bar item because the color used does not have enough contrast.
Expected Behaviour
A status bar item that is readable on all themes
Actual Behaviour
The status bar item is explicitly settings color that isn't a color token, which means it's going to look bad on other themes because it isn't themeable:
@misolori thanks for opening this issue, I am going to mark this as a duplicate of #1779 but please let me know if you do not believe this to be the same issue, thanks!
Issue Description
I am experiencing a problem with the status bar item because the color used does not have enough contrast.
Expected Behaviour
A status bar item that is readable on all themes
Actual Behaviour
The status bar item is explicitly settings color that isn't a color token, which means it's going to look bad on other themes because it isn't themeable:
Code reference:
vscode-powershell/src/session.ts
Lines 652 to 666 in 66a39de
The text was updated successfully, but these errors were encountered: