12 releases (5 breaking)

new 0.27.0 Nov 1, 2024
0.26.1 Oct 18, 2024
0.25.1 Oct 13, 2024
0.12.2 Sep 11, 2024
0.10.1 Jun 24, 2024

#1000 in Command-line interface

Download history 10/week @ 2024-07-08 82/week @ 2024-08-19 181/week @ 2024-08-26 463/week @ 2024-09-09 49/week @ 2024-09-16 12/week @ 2024-09-23 24/week @ 2024-09-30 258/week @ 2024-10-07 391/week @ 2024-10-14 26/week @ 2024-10-21

700 downloads per month
Used in rat-salsa

MIT/Apache

39KB
742 lines

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

~14–24MB
~341K SLoC