Skip to content

Commit 1b68e6c

Browse files
author
Stephan Dilly
committed
doc fixed
1 parent cdbed76 commit 1b68e6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ the simplest way to start playing around with `gitui` is to have `cargo` build/i
6868
cargo install gitui
6969
```
7070

71-
# diagnostics:
71+
# diagnostics
7272

7373
to enable logging:
7474
```

THEMES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default on light terminal:
44
![](assets/light-theme.png)
55

66
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)).
88

99
Valid colors can be found in [ColorDef](./src/ui/style.rs#ColorDef) struct. note that rgb colors might not be supported
1010
in every terminal.

0 commit comments

Comments
 (0)