UNPKG

311 BJavaScriptView Raw
1const DarkTheme = {
2 dark: true,
3 colors: {
4 primary: 'rgb(10, 132, 255)',
5 background: 'rgb(1, 1, 1)',
6 card: 'rgb(18, 18, 18)',
7 text: 'rgb(229, 229, 231)',
8 border: 'rgb(39, 39, 41)',
9 notification: 'rgb(255, 69, 58)'
10 }
11};
12export default DarkTheme;
13//# sourceMappingURL=DarkTheme.js.map
\No newline at end of file