rat-theme

Crates.iorat-theme
lib.rsrat-theme
version0.27.1
sourcesrc
created_at2024-06-15 23:00:00.577427
updated_at2024-12-12 16:50:23.157232
descriptionratatui widgets extended edition
homepage
repositoryhttps://github.com/thscharler/rat-theme
max_upload_size
id1273177
size185,956
(thscharler)

documentation

README

crates.io Documentation License License

This crate is a part of rat-salsa.

Theming support for rat-salsa

This splits themes in two parts,

  • Scheme - The underlying color-scheme with enough colors to play around.

  • DarkTheme takes that scheme and produces Styles for widgets.

    This intentionally doesn't adhere to any trait, just provides some baselines for each widget type. You can use this as is, or copy it and adapt it for your applications needs.

    In the end I think this will be just some building blocks for an application defined theme. I think most applications will need more semantics than just 'some table', 'some list'.

Commit count: 77

cargo fmt