UNPKG

@nexim/tailwind-material-colors

Version:

A Tailwind CSS plugin to automatically generate and apply Material Design 3 color palettes.

13 lines (8 loc) 753 B
[@nexim/tailwind-material-colors](../README.md) / MaterialThemePalettes # Interface: MaterialThemePalettes Represents the generated light and dark color palettes. ## Properties | Property | Type | Description | | -------------------------------------- | --------------------------- | ------------------------------------------------------------------- | | <a id="darkcolors"></a> `darkColors` | `DictionaryReq`\<`string`\> | Dictionary of color names to RGB string values for the dark theme. | | <a id="lightcolors"></a> `lightColors` | `DictionaryReq`\<`string`\> | Dictionary of color names to RGB string values for the light theme. |