: added automatic dark mode

This commit is contained in:
Ben
2020-03-07 17:00:35 +08:00
parent 6b6daf58af
commit b8e9552af3
25 changed files with 694 additions and 298 deletions

View File

@ -23,4 +23,11 @@ class ThemeBean {
'themeType': themeType
};
}
@override
bool operator ==(other) {
return other.themeName == themeName;
}
}