UNPKG

@wolf-tp/react-native-boilerplate

Version:

React Native Template

30 lines (29 loc) 705 B
const commonColor = { modalBgColor: 'rgba(0,0,0,.3)', info: '#ffd700', error: 'rgb(255, 59, 48)', }; export const myTheme = { primary: '#0DC7C0', secondary: '#fff', background: 'rgb(242, 242, 242)', card: 'rgb(255, 255, 255)', text: 'rgb(28, 28, 30)', buttonText: 'rgb(255, 255, 255)', border: 'rgb(216, 216, 216)', notification: 'rgb(255, 59, 48)', textColor: '#444', ...commonColor, }; export const myThemeDark = { primary: '#42CCC8', secondary: '#fff', textColor: 'hsl(210,8%,25%)', background: '#111', buttonText: '#111', card: 'rgb(18, 18, 18)', text: 'rgb(229, 229, 231)', border: 'rgb(39, 39, 41)', notification: 'rgb(255, 69, 58)', ...commonColor, };