View Source ExTDLib.Object.ThemeParameters (ExTDLib v0.0.4)
Contains parameters of the application theme.
| Name | Type | Description |
|---|---|---|
| background_color | number | A color of the background in the RGB24 format. |
| secondary_background_color | number | A secondary color for the background in the RGB24 format. |
| header_background_color | number | A color of the header background in the RGB24 format. |
| section_background_color | number | A color of the section background in the RGB24 format. |
| text_color | number | A color of text in the RGB24 format. |
| accent_text_color | number | An accent color of the text in the RGB24 format. |
| section_header_text_color | number | A color of text on the section headers in the RGB24 format. |
| subtitle_text_color | number | A color of the subtitle text in the RGB24 format. |
| destructive_text_color | number | A color of the text for destructive actions in the RGB24 format. |
| hint_color | number | A color of hints in the RGB24 format. |
| link_color | number | A color of links in the RGB24 format. |
| button_color | number | A color of the buttons in the RGB24 format. |
| button_text_color | number | A color of text on the buttons in the RGB24 format. |
More details on telegram's documentation.