espressoLightPrimary constant

Color const espressoLightPrimary

Espresso theme color for light primary color.

This color was revised for version 5, past color was too dark brown to be very usable in a UI. It was very black coffee like, but not very practical. Considered optional brown: Color(0xFF4C2D27), but decided to use same color value as espressoDarkPrimaryContainer for symmetry, and also because it was a bit darker, to keep maybe a bit more of the black coffee like vibe instead of hot chocolate. Previous used color value before version 5.0.0 was Color(0xFF220804).

Implementation

static const Color espressoLightPrimary = Color(0xFF452F2B);