UNPKG

@react-navigation/native

Version:

React Native integration for React Navigation

16 lines (15 loc) 352 B
"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