build-configs/aschaffenburg/theme/colors.ts
import { ColorsType, commonLightColors } from '../../common/theme/colors'
const themeColor = '#009684'
const themeColorLight = 'rgba(0, 150, 132, 0.5)'
const themeContrast = '#1A1A1A'
export const lightColors: ColorsType = {
themeColor,
themeColorLight,
themeContrast,
...commonLightColors,
}