We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In light themes the status bar text changes from white to black, but progress spinners do not so they're hard to see:
The text was updated successfully, but these errors were encountered:
This icon is probably not themable yet. E.g. for the status bar feedback smiley we use -webkit-mask trick to allow to change the color of it (refs).
-webkit-mask
Depending on the outcome of #44090 we might move this into the notification area though.
Sorry, something went wrong.
Status bar spinner is white in light themes and hard to see
21d3881
fixes #45191
@jrieken fyi, the fix is to use a font for the icon (in this case our octicons). I found the sync icon fitting because we already use it for SCM sync:
Alternatively we could use this animation:
Status bar spinner is white in light themes and hard to see (#46083)
9b25468
bpasero
Successfully merging a pull request may close this issue.
In light themes the status bar text changes from white to black, but progress spinners do not so they're hard to see:
The text was updated successfully, but these errors were encountered: