Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX(client,theme): Use fixed dark font color for themeless notice labels
Previously, all "notice" labels had no font color assigned. That means they would use the selected themes default font color. This is fine, if the user would select any theme in Mumble. However, if the user would select the 'None' theme, the font color would default to the systems default font color. And, if the user had a dark system theme, that would usually mean a very bright font color. That very bright font color clashes with the hard-coded faint yellow and is therefore hard to read. This commit hard-codes a dark font color for the notices. This will of course still be overwritten by the Mumble themes, if selected. Fixes #6160 (cherry picked from commit c542973)
- Loading branch information