UNPKG

329 BJavaScriptView Raw
1const DefaultTheme = {
2 dark: false,
3 colors: {
4 primary: 'rgb(0, 122, 255)',
5 background: 'rgb(242, 242, 242)',
6 card: 'rgb(255, 255, 255)',
7 text: 'rgb(28, 28, 30)',
8 border: 'rgb(216, 216, 216)',
9 notification: 'rgb(255, 59, 48)'
10 }
11};
12export default DefaultTheme;
13//# sourceMappingURL=DefaultTheme.js.map
\No newline at end of file