digitalfabrik/integreat-app

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

Summary

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