Theme handling improvements

This commit is contained in:
Ali
2019-11-26 20:50:31 +04:00
parent a47ffeb27a
commit c7e71a8ed0
15 changed files with 165 additions and 106 deletions

View File

@@ -170,6 +170,13 @@ private func makeDefaultDayPresentationTheme(accentColor: UIColor, bubbleColors:
primaryColor: .black,
controlColor: UIColor(rgb: 0x96979d)
),
freePlainInputField: PresentationInputFieldTheme(
backgroundColor: UIColor(rgb: 0xe9e9e9),
strokeColor: UIColor(rgb: 0xe9e9e9),
placeholderColor: UIColor(rgb: 0x8E8D92),
primaryColor: .black,
controlColor: UIColor(rgb: 0xBCBCC0)
),
mediaPlaceholderColor: UIColor(rgb: 0xe4e4e4),
scrollIndicatorColor: UIColor(white: 0.0, alpha: 0.3),
pageIndicatorInactiveColor: UIColor(rgb: 0xe3e3e7),