ratatui/src/style
Josh McKinney e1e85aa7af
feat(style): add material design color palette (#786)
The `ratatui::style::palette::material` module contains the Google 2014
Material Design palette.

See https://m2.material.io/design/color/the-color-system.html#tools-for-picking-colors
for more information.

```rust
use ratatui::style::palette::material::BLUE_GRAY;
Line::styled("Hello", BLUE_GRAY.c500);
```
2024-01-11 19:22:57 +01:00
..
palette feat(style): add material design color palette (#786) 2024-01-11 19:22:57 +01:00
color.rs feat(color): add Color::from_u32 constructor (#785) 2024-01-11 04:23:16 -08:00
palette.rs feat(style): add material design color palette (#786) 2024-01-11 19:22:57 +01:00
stylize.rs feat: accept Color and Modifier for all Styles (#720) 2023-12-31 10:01:06 -08:00