pompy.dev/packages/theme/light/index.ts

5 lines
93 B
TypeScript

import BaseTheme from "../dark"
const theme: Theme = { ...BaseTheme }
export default theme