ratatui-themekit 0.3.2

Semantic theme system for ratatui — 20 color slots, 11 built-in themes, ThemeExt builders, NO_COLOR support
Documentation
1
2
3
4
5
6
7
8
9
10
11
## Summary

<!-- What does this PR do? -->

## Checklist

- [ ] `cargo fmt` passes
- [ ] `cargo clippy --all-targets` — zero warnings
- [ ] `cargo test` — all pass
- [ ] Public items documented
- [ ] README updated if needed