mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
doc fixed
This commit is contained in:
parent
cdbed764ed
commit
1b68e6cecd
2 changed files with 2 additions and 2 deletions
|
|
@ -68,7 +68,7 @@ the simplest way to start playing around with `gitui` is to have `cargo` build/i
|
|||
cargo install gitui
|
||||
```
|
||||
|
||||
# diagnostics:
|
||||
# diagnostics
|
||||
|
||||
to enable logging:
|
||||
```
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ default on light terminal:
|
|||

|
||||
|
||||
to change the colors of the program you have to modify `theme.ron` file
|
||||
[Ron format](https://github.com/ron-rs/ron) located at config path (same as log paths). the list of valid
|
||||
[Ron format](https://github.com/ron-rs/ron) located at config path (same as [log path](README.md#diagnostics)).
|
||||
|
||||
Valid colors can be found in [ColorDef](./src/ui/style.rs#ColorDef) struct. note that rgb colors might not be supported
|
||||
in every terminal.
|
||||
Loading…
Reference in a new issue