Skip to content

Latest commit

 

History

History
74 lines (41 loc) · 1.37 KB

ThemeParams.md

File metadata and controls

74 lines (41 loc) · 1.37 KB

@vkruglikov/react-telegram-web-app / ThemeParams

Interface: ThemeParams

This object contains the user's current theme settings. This object implement original Telegram WebApp type of telegram!ThemeParams

Table of contents

Properties

Properties

bg_color

Optional bg_color: string

Background color in the #RRGGBB format.


button_color

Optional button_color: string

Button color in the #RRGGBB format.


button_text_color

Optional button_text_color: string

Button text color in the #RRGGBB format.


hint_color

Optional hint_color: string

Hint text color in the #RRGGBB format.


link_color

Optional link_color: string

Link color in the #RRGGBB format.


secondary_bg_color

Optional secondary_bg_color: string

Secondary background color in the #RRGGBB format.


text_color

Optional text_color: string

Main text color in the #RRGGBB format.