2 releases

new 0.10.1 Jun 24, 2024
0.10.0 Jun 15, 2024

#906 in Command-line interface

Download history 37/week @ 2024-06-09 168/week @ 2024-06-16

205 downloads per month
Used in rat-salsa

MIT/Apache

25KB
431 lines

Theming support for rat-salsa.

Splits the theme in two parts:

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

  • One concrete DarkTheme that 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

~15–21MB
~206K SLoC