Documentation
README
SKILL.md — AI Skill Definition
Skill: ratatui-themes
Description
A Rust library providing pre-defined color themes for terminal UI applications built with ratatui. Includes 15+ popular themes like Dracula, Nord, Catppuccin, Tokyo Night, and more.
Use Cases
-
Theming TUI Applications
- Apply consistent color schemes to ratatui widgets
- Use semantic colors (error, warning, success) for status indicators
-
Theme Switching
- Implement theme cycling with
ThemeName::next()andprev() - Save user theme preferences with serde support
- Implement theme cycling with
-
Cross-Project Consistency
- Share themes between multiple ratatui-based projects
- Ensure uniform look and feel across applications
Quick Integration
This is the opening of the README. Read the full README on GitHub.