Files
Fluxup_PAP/node_modules/@react-navigation/native/lib/module/theming/DarkTheme.js
2026-03-10 16:18:05 +00:00

16 lines
352 B
JavaScript

"use strict";
import { fonts } from "./fonts.js";
export 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)'
},
fonts
};
//# sourceMappingURL=DarkTheme.js.map