rat-theme 0.12.2

ratatui widgets extended edition
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

# Theming support for rat-salsa


This splits themes in two parts,

* Scheme - The underlying color-scheme with enough colors to play
  around.
* A 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'.