-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
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
macOS system UI appearance within Brave should match Brave theme color #1289
Comments
This is partially done. As of 0.62.24 dev, the system UI now matches the macOS theme appearance. This is a great improvement if your macOS and Brave theme settings match. In dark mode (macOS and Brave): When brave/brave-core#1805 is implemented, the system UI will match the Brave theme appearance. This will improve the experience for users whose macOS and Brave theme settings do not match. |
@kjozwiak since you have Mojave could you test this one when you get the chance? |
Verification PASSED on
Examples: |
This applies to macOS 10.14 (Mojave) or later only.
Even if the Brave UI is set to the dark theme, system UI (context menus, dialog boxes, etc.) does not match the dark theme.
The system UI appearance should match the Brave theme color setting:
Note that this is the opposite of #1189. That issue is for Brave's theme to take the appearance of the system. This issue is for the system UI within Brave to take Brave's theme appearance.
To do this, set the NSAppearance of the shared NSApplication. Something like this:
The text was updated successfully, but these errors were encountered: