@theoplayer/react-native-ui
Version:
A React Native UI for @theoplayer/react-native
52 lines (48 loc) • 1.15 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.DEFAULT_THEOPLAYER_THEME = void 0;
/**
* The theme colors.
*/
/**
* The dimensions of various UI components.
*/
/**
* The theme used by `react-native-theoplayer` UI components.
*/
/**
* The default theme for the UI.
*/
const DEFAULT_THEOPLAYER_THEME = exports.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