UNPKG

react-native-cn-quill

Version:
13 lines (12 loc) 276 B
export const darkTheme = { background: '#1c1e21', color: '#ebedf0', overlay: 'rgba(255, 255, 255, .15)', size: 30, }; export const lightTheme = { background: '#ebedf0', color: '#1c1e21', overlay: 'rgba(55,99,115, .1)', size: 30, };