Skip to content

macosx: Include NSAppearanceNameVibrantDark in dark mode detection, fixing borked labels

In master, some labels are coloured incorrectly due to a faulty check for dark mode which doesn't account for NSAppearanceNameVibrantDark. This PR adds this appearance to the dark mode check.

Fixed:

Screenshot_2022-07-08_at_01.50.35

Prior to fix:

Screenshot_2022-07-08_at_01.54.17

Signed-off-by: Claudio Cambra claudio.cambra@gmail.com

Merge request reports