UNPKG

@theoplayer/react-native-ui

Version:

A React Native UI for @theoplayer/react-native

46 lines (43 loc) 996 B
/** * The theme colors. */ /** * The dimensions of various UI components. */ /** * The theme used by `react-native-theoplayer` UI components. */ /** * The default theme for the UI. */ export const DEFAULT_THEOPLAYER_THEME = { colors: { uiBackground: '#00000080', errorBackground: '#2C2C2C', icon: '#FFFFFF', iconSelected: '#FFC50F', text: '#FFFFFF', textSelected: '#2C2C2C', textSelectedBackground: '#FFFFFF', seekBarMinimum: '#FFFFFF', seekBarMaximum: '#FFFFFF50', seekBarDot: '#FFFFFF', adDiplayText: '#000', adDisplayBackground: '#FFC50F', adSkipBackground: '#00000070', liveIndicatorAtLiveEdge: '#FF0000', liveIndicatorBehindLiveEdge: '#888888' }, text: { textAlignVertical: 'center', textAlign: 'center', alignSelf: 'center', fontSize: 16 }, fadeAnimationTimoutMs: 2500, dimensions: { controlBarHeight: 40, centerControlBarHeight: 52 } }; //# sourceMappingURL=THEOplayerTheme.js.map