UNPKG

@playkit-js/playkit-js-ui

Version:

[![Build Status](https://github.com/kaltura/playkit-js-ui/actions/workflows/run_canary_full_flow.yaml/badge.svg)](https://github.com/kaltura/playkit-js-ui/actions/workflows/run_canary_full_flow.yaml) [![code style: prettier](https://img.shields.io/badge/c

27 lines (25 loc) 478 B
export type ColorType = { primary: string; secondary: string; success: string; danger: string; warning: string; live: string; // surface colors playerBackground: string; paperSurface: string; elevatedSurface: string; protectionSurface: string; // tone ramp colors tone1: string; tone2: string; tone3: string; tone4: string; tone5: string; tone6: string; tone7: string; tone8: string; }; export type UserTheme = { colors: ColorType; };