reskin: Theme: rename colors as it is in the palette now

This commit is contained in:
manuroe
2019-01-11 13:07:50 +01:00
parent 478990ef65
commit 7efcf8f6c4
10 changed files with 19 additions and 17 deletions
+1 -1
View File
@@ -220,7 +220,7 @@ NSString *const kEventFormatterOnReRequestKeysLinkActionSeparator = @"/";
self.defaultTextColor = ThemeService.shared.theme.textPrimaryColor;
self.subTitleTextColor = ThemeService.shared.theme.textSecondaryColor;
self.prefixTextColor = ThemeService.shared.theme.textSecondaryColor;
self.bingTextColor = ThemeService.shared.theme.notificationMentionColor;
self.bingTextColor = ThemeService.shared.theme.notificationPrimaryColor;
self.encryptingTextColor = ThemeService.shared.theme.tintColor;
self.sendingTextColor = ThemeService.shared.theme.textSecondaryColor;
self.errorTextColor = ThemeService.shared.riotColorRed;