Themes
TODO
How do themes work?
How are colors managed?
The common
Colortype is generally used throughout the framework. These may be organized into swatches with a single primaryaRGBvalue and a mapping from arbitrary keys toColorinstances. Material provides a specialization calledMaterialColorwhich uses an index value as key and limits the map to ten entries (50, 100, 200, ... 900), with larger indices being associated with darker shades. These are further organized into a standard set of colors and swatches within theColorsclass.
Last updated
Was this helpful?