mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 19:34:25 +02:00
ThemeService: Add convenient method to check if a dark theme is used.
This commit is contained in:
@@ -59,6 +59,10 @@ extern NSString *const kThemeServiceDidChangeThemeNotification;
|
||||
*/
|
||||
- (id<Theme>)themeWithThemeId:(NSString*)themeId;
|
||||
|
||||
|
||||
/// Retrun YES if the current is Dark or Black
|
||||
- (BOOL)isCurrentThemeDark;
|
||||
|
||||
#pragma mark - Riot Colors not yet themeable
|
||||
|
||||
@property (nonatomic, readonly) UIColor *riotColorCuriousBlue;
|
||||
|
||||
Reference in New Issue
Block a user