UNPKG

445 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = void 0;
7const DarkTheme = {
8 dark: true,
9 colors: {
10 primary: 'rgb(10, 132, 255)',
11 background: 'rgb(1, 1, 1)',
12 card: 'rgb(18, 18, 18)',
13 text: 'rgb(229, 229, 231)',
14 border: 'rgb(39, 39, 41)',
15 notification: 'rgb(255, 69, 58)'
16 }
17};
18var _default = DarkTheme;
19exports.default = _default;
20//# sourceMappingURL=DarkTheme.js.map
\No newline at end of file