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
6868cargo install gitui
6969```
7070
71- # diagnostics:
71+ # diagnostics
7272
7373to enable logging:
7474```
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ default on light terminal:
44![ ] ( assets/light-theme.png )
55
66to 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 ) ).
88
99Valid colors can be found in [ ColorDef] ( ./src/ui/style.rs#ColorDef ) struct. note that rgb colors might not be supported
1010in every terminal.
You can’t perform that action at this time.
0 commit comments