Skip to main content
Version: v4

ThemeService

The ThemeService can be used to change the theme of the chat UI and to customize the theme. Our theming guide gives a complete overview about the topic.

Properties

theme$

theme$: BehaviorSubject<string>

A Subject that can be used to get or set the currently active theme. By default light and dark themes are supported.

Defined in

projects/stream-chat-angular/src/lib/theme.service.ts:14

Did you find this page helpful?