Skip to content

ThemeParameters

Type · TDLib 1.8.67 · d1085f9c

Contains parameters of the application theme

ThemeParameters(
  background_color: int32,
  secondary_background_color: int32,
  header_background_color: int32,
  bottom_bar_background_color: int32,
  section_background_color: int32,
  section_separator_color: int32,
  text_color: int32,
  accent_text_color: int32,
  section_header_text_color: int32,
  subtitle_text_color: int32,
  destructive_text_color: int32,
  hint_color: int32,
  link_color: int32,
  button_color: int32,
  button_text_color: int32
) → ThemeParameters

background_color

int32

A color of the background in the RGB format

secondary_background_color

int32

A secondary color for the background in the RGB format

header_background_color

int32

A color of the header background in the RGB format

bottom_bar_background_color

int32

A color of the bottom bar background in the RGB format

section_background_color

int32

A color of the section background in the RGB format

section_separator_color

int32

A color of the section separator in the RGB format

text_color

int32

A color of text in the RGB format

accent_text_color

int32

An accent color of the text in the RGB format

section_header_text_color

int32

A color of text on the section headers in the RGB format

subtitle_text_color

int32

A color of the subtitle text in the RGB format

destructive_text_color

int32

A color of the text for destructive actions in the RGB format

hint_color

int32

A color of hints in the RGB format

int32

A color of links in the RGB format

button_color

int32

A color of the buttons in the RGB format

button_text_color

int32

A color of text on the buttons in the RGB format