ratatui-style-ayu

Crates.ioratatui-style-ayu
lib.rsratatui-style-ayu
version0.4.0
created_at2025-12-31 17:26:20.235761+00
updated_at2025-12-31 18:53:17.197144+00
descriptionAyu color theme for Ratatui applications
homepage
repositoryhttps://github.com/wcampbell0x2a/ratatui-style-ayu
max_upload_size
id2015037
size30,904
wcampbell (wcampbell0x2a)

documentation

README

Ratatui Style Ayu

github crates.io docs.rs build status

Ayu color theme for Ratatui applications.

Usage

Add the following to your Cargo.toml file:

[dependencies]
ratatui-style-ayu = "0.4.0"

In your rust code:

use ratatui_style_ayu::ayu_dark;

// Use the color constants
let bg = ayu_dark::BACKGROUND;
let fg = ayu_dark::FOREGROUND;

Available Themes

See docs.rs for comparisons of the themes.

  • ayu_dark - Dark variant of the Ayu theme
  • ayu_dark_helix - Ayu Dark variant from Helix editor
  • ayu_dark_heretek - Custom Ayu Dark variant from heretek
  • ayu_light - Light variant of the Ayu theme
Commit count: 0

cargo fmt