Skip to content

Commit 18635ba

Browse files
authored
Merge branch 'master' into feat/checkout_method
2 parents af4f03c + cb4294a commit 18635ba

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)