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
Using Mac OS 11.4 and running Xbar 2.0.42-beta and I'm using a plugin (github-review-requests.5m.py) that sets text colour based on $BitBarDarkMode:
DARK_MODE = os.environ.get('BitBarDarkMode')
Changing OS dark mode on and off makes no difference to the value of this var - it always evaluates to true and thus text appears white and is unreadable when dark mode is off.
Thanks for bumping this. There's stuff happening in the background regarding the project so expect some movements in the near future. Let us know if you'd be willing to contribute.
Using Mac OS 11.4 and running Xbar
2.0.42-beta
and I'm using a plugin (github-review-requests.5m.py
) that sets text colour based on$BitBarDarkMode
:DARK_MODE = os.environ.get('BitBarDarkMode')
Changing OS dark mode on and off makes no difference to the value of this var - it always evaluates to
true
and thus text appears white and is unreadable when dark mode is off.Seems related to #470.
The text was updated successfully, but these errors were encountered: