build-configs/obdach/theme/colors.ts
import { ColorsType, commonLightColors } from '../../common/theme/colors'
const themeColor = '#E55129'
const themeColorLight = 'rgba(229, 81, 41, 0.5)'
const themeContrast = '#000000'
export const lightColors: ColorsType = {
themeColor,
themeColorLight,
themeContrast,
...commonLightColors,
}