Skip to main content

Module theme_picker

Module theme_picker 

Source
Available on crate feature theme-picker only.
Expand description

Theme picker widget for ratatui.

A centered modal dialog with search filtering and live preview for selecting themes.

§Features

  • Search/filter themes by name
  • Keyboard navigation (j/k/Up/Down)
  • Live theme preview as you navigate
  • Enter to confirm, Esc to cancel

§Example

use ratkit_theme_picker::{ThemePicker, ThemePickerEvent, ThemeColors};

let mut picker = ThemePicker::new();
picker.show();

Structs§

ThemeColors
ThemePicker
ThemePickerState
ThemePickerStateSnapshot

Enums§

ThemePickerEvent

Constants§

BUILTIN_THEMES