UNPKG

repoweaver

Version:

A GitHub App that skillfully weaves multiple templates together to create and update repositories with intelligent merge strategies

13 lines (12 loc) 281 B
import { MD3LightTheme as DefaultTheme } from 'react-native-paper'; export const theme = { ...DefaultTheme, colors: { ...DefaultTheme.colors, primary: '#6200EE', secondary: '#03DAC6', background: '#F5F5F5', surface: '#FFFFFF', error: '#B00020', }, };