mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
Update valid colors link in THEMES.md to ratatui (#2511)
This commit is contained in:
parent
85d4399a17
commit
491a95ba39
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ Notes:
|
|||
|
||||
* rgb colors might not be supported in every terminal.
|
||||
* using a color like `yellow` might appear in whatever your terminal/theme defines for `yellow`
|
||||
* valid colors can be found in tui-rs' [Color](https://docs.rs/tui/0.12.0/tui/style/enum.Color.html) struct.
|
||||
* valid colors can be found in ratatui's [Color](https://docs.rs/ratatui/latest/ratatui/style/enum.Color.html) struct.
|
||||
* all customizable theme elements can be found in [`style.rs` in the `impl Default for Theme` block](https://github.com/extrawurst/gitui/blob/master/src/ui/style.rs#L305)
|
||||
|
||||
## Customizing line breaks
|
||||
|
|
|
|||
Loading…
Reference in a new issue