17 releases (5 breaking)

0.27.5 Jan 5, 2025
0.27.2 Dec 29, 2024
0.27.0 Nov 1, 2024
0.10.2 Jul 3, 2024

#1059 in Command-line interface

Download history 16/week @ 2024-09-24 19/week @ 2024-10-01 295/week @ 2024-10-08 360/week @ 2024-10-15 19/week @ 2024-10-22 148/week @ 2024-10-29 10/week @ 2024-11-05 1/week @ 2024-11-12 5/week @ 2024-11-19 140/week @ 2024-12-10 6/week @ 2024-12-17 102/week @ 2024-12-24 428/week @ 2024-12-31 35/week @ 2025-01-07

574 downloads per month
Used in rat-salsa

MIT/Apache

610KB
14K 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
~307K SLoC