File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ the simplest way to start playing around with `gitui` is to have `cargo` build/i
68
68
cargo install gitui
69
69
```
70
70
71
- # diagnostics:
71
+ # diagnostics
72
72
73
73
to enable logging:
74
74
```
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ default on light terminal:
4
4
![ ] ( assets/light-theme.png )
5
5
6
6
to change the colors of the program you have to modify ` theme.ron ` file
7
- [ Ron format] ( https://github.com/ron-rs/ron ) located at config path (same as log paths). the list of valid
7
+ [ Ron format] ( https://github.com/ron-rs/ron ) located at config path (same as [ log path ] ( README.md#diagnostics ) ).
8
8
9
9
Valid colors can be found in [ ColorDef] ( ./src/ui/style.rs#ColorDef ) struct. note that rgb colors might not be supported
10
10
in every terminal.
You can’t perform that action at this time.
0 commit comments