digitalfabrik/integreat-app

View on GitHub
build-configs/obdach/theme/colors.ts

Summary

Maintainability
A
0 mins
Test Coverage
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,
}