BigSur menubar text color issue
With dark background the text is not visible.
I would investigate this. Thank you!
I don't know if this is a hack and I don't remember where i found it but if you add the following file to your projects everything starts working :D
https://github.com/kirqe/gasb-app/blob/master/gasb/MenuBar.swift
Hi @kirqe ,
this issue was fixed in the latest commit of master branch. To be honest I'm really not familiar with Swift and mac developing. I checked the code you posted but I couldn't understand why it worked.
I googled for solutions to fix this issue, and finally found the effectiveAppearance field could tell us if the status bar is dark or light. You can check my changes if you're interested.
Thank you!