2 releases

0.28.1 Jan 31, 2025
0.28.0 Jan 31, 2025

#959 in Command-line interface

Download history 244/week @ 2025-01-29 39/week @ 2025-02-05 9/week @ 2025-02-12 2/week @ 2025-02-19 10/week @ 2025-02-26

73 downloads per month
Used in 3 crates

MIT/Apache

750KB
17K SLoC

stable 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'.

Dependencies

~12–22MB
~310K SLoC