UNPKG

react-native-paper

Version:
30 lines 740 B
import color from 'color'; import { black, pinkA400, white } from './colors'; import configureFonts from '../../fonts'; export const MD2LightTheme = { dark: false, roundness: 4, version: 2, isV3: false, colors: { primary: '#6200ee', accent: '#03dac4', background: '#f6f6f6', surface: white, error: '#B00020', text: black, onSurface: '#000000', disabled: color(black).alpha(0.26).rgb().string(), placeholder: color(black).alpha(0.54).rgb().string(), backdrop: color(black).alpha(0.5).rgb().string(), notification: pinkA400, tooltip: 'rgba(28, 27, 31, 1)' }, fonts: configureFonts({ isV3: false }), animation: { scale: 1.0 } }; //# sourceMappingURL=LightTheme.js.map