Skip to content

Commit 491a95b

Browse files
authored
Update valid colors link in THEMES.md to ratatui (#2511)
1 parent 85d4399 commit 491a95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

THEMES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Notes:
2929

3030
* rgb colors might not be supported in every terminal.
3131
* using a color like `yellow` might appear in whatever your terminal/theme defines for `yellow`
32-
* valid colors can be found in tui-rs' [Color](https://docs.rs/tui/0.12.0/tui/style/enum.Color.html) struct.
32+
* valid colors can be found in ratatui's [Color](https://docs.rs/ratatui/latest/ratatui/style/enum.Color.html) struct.
3333
* 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)
3434

3535
## Customizing line breaks

0 commit comments

Comments
 (0)