interface PlayerTheme {
    primaryColor?: string;
    secondaryColor?: string;
    backgroundColor?: string;
    textColor?: string;
    controlBarHeight?: number;
    borderRadius?: number;
    fontFamily?: string;
}

Properties

primaryColor?: string
secondaryColor?: string
backgroundColor?: string
textColor?: string
controlBarHeight?: number
borderRadius?: number
fontFamily?: string