mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Theme handling improvements
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user