We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A setting option to toggle between dark and light mode. Preference value must be available to ThemeProperties::MaybeGetDefaultColorForBraveUi
ThemeProperties::MaybeGetDefaultColorForBraveUi
The setting should be available on all release channels, but defaulted to Light for Release and Beta and Dark for all other.
If there is an active theme installed, this setting could still be enabled since there may be some items that do not come from the theme.
kBraveThemeType
The text was updated successfully, but these errors were encountered:
Verification Passed on
Went through verification using the following build under macOS 10.13.6 x64 - PASSED
macOS 10.13.6 x64
Sorry, something went wrong.
simonhong
Successfully merging a pull request may close this issue.
A setting option to toggle between dark and light mode. Preference value must be available to
ThemeProperties::MaybeGetDefaultColorForBraveUi
The setting should be available on all release channels, but defaulted to Light for Release and Beta and Dark for all other.
If there is an active theme installed, this setting could still be enabled since there may be some items that do not come from the theme.
kBraveThemeType
preference in C++ (Brave theme brave-core#351)The text was updated successfully, but these errors were encountered: