import { lightTheme } from "./lightTheme"; import { palette } from "./palette"; export const darkTheme = { ...lightTheme, // colors: {}, statusBar: "dark-content", };