From 1b68e6cecda86b5eadd3180cc457c55c35cc237d Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Wed, 20 May 2020 12:03:43 +0200 Subject: [PATCH] doc fixed --- README.md | 2 +- THEMES.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b236ba4..bd40b609 100644 --- a/README.md +++ b/README.md @@ -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: ``` diff --git a/THEMES.md b/THEMES.md index f28d4907..b0852646 100644 --- a/THEMES.md +++ b/THEMES.md @@ -4,7 +4,7 @@ default on light terminal: ![](assets/light-theme.png) 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. \ No newline at end of file