UNPKG

react-native-cn-quill

Version:
13 lines 280 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 }; //# sourceMappingURL=themes.js.map