RocketChat/Rocket.Chat

View on GitHub
packages/core-typings/src/themes.ts

Summary

Maintainability
A
0 mins
Test Coverage
export type ThemePreference = 'light' | 'dark' | 'auto' | 'high-contrast';

export type Themes = 'light' | 'dark' | 'high-contrast';