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