Use high-contrast dark theme as default for auto (I like it better)
This commit is contained in:
parent
c6ab31b4e5
commit
a6402c27e0
@ -1210,7 +1210,7 @@ public class UITheme {
|
|||||||
final OsThemeDetector detector = OsThemeDetector.getDetector();
|
final OsThemeDetector detector = OsThemeDetector.getDetector();
|
||||||
final boolean isDarkThemeUsed = detector.isDark();
|
final boolean isDarkThemeUsed = detector.isDark();
|
||||||
if (isDarkThemeUsed) {
|
if (isDarkThemeUsed) {
|
||||||
return Themes.DARK;
|
return Themes.DARK_CONTRAST;
|
||||||
} else {
|
} else {
|
||||||
return Themes.LIGHT;
|
return Themes.LIGHT;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user