@react-navigation/native
Version:
React Native integration for React Navigation
20 lines (19 loc) • 472 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.DarkTheme = void 0;
var _fonts = require("./fonts.js");
const DarkTheme = exports.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)'
},
fonts: _fonts.fonts
};
//# sourceMappingURL=DarkTheme.js.map