import { commonTheme } from '../common'; import { colors } from './colors'; const theme = { colors, ...commonTheme, }; export { theme };