"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; const DarkTheme = { dark: true, colors: { primary: 'rgb(10, 132, 255)', background: 'rgb(1, 1, 1)', card: 'rgb(18, 18, 18)', text: 'rgb(229, 229, 231)', border: 'rgb(39, 39, 41)', notification: 'rgb(255, 69, 58)' } }; var _default = DarkTheme; exports.default = _default; //# sourceMappingURL=DarkTheme.js.map