Add basic OLED black theme

This commit is contained in:
Aaron Raimist
2017-11-21 20:55:11 -06:00
parent 22c97b5e64
commit 8abe65b289
6 changed files with 51 additions and 2 deletions
@@ -2081,6 +2081,8 @@ NSString *const kRoomSettingsAdvancedE2eEnabledCellViewIdentifier = @"kRoomSetti
topicTextView.editable = (oneSelfPowerLevel >= [powerLevels minimumPowerLevelForSendingEventAsStateEvent:kMXEventTypeStringRoomTopic]);
topicTextView.textColor = kRiotSecondaryTextColor;
topicTextView.keyboardAppearance = kRiotKeyboard;
cell = roomTopicCell;
}
else if (row == ROOM_SETTINGS_MAIN_SECTION_ROW_NAME)