summaryrefslogtreecommitdiffstats
path: root/THEMES.md
diff options
context:
space:
mode:
authorextrawurst <mail@rusticorn.com>2022-09-20 10:07:30 +0200
committerextrawurst <mail@rusticorn.com>2022-09-20 10:07:30 +0200
commitdf43118e5596e4997f953fa5415516e8dcf6938c (patch)
tree6075b7200c5b92dfbd5705e203326b5580745079 /THEMES.md
parentaeb64e1175b6d61e99066827ff50dfaf50afb4f0 (diff)
clarify further
Diffstat (limited to 'THEMES.md')
-rw-r--r--THEMES.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/THEMES.md b/THEMES.md
index 8b32f205..fb69f86b 100644
--- a/THEMES.md
+++ b/THEMES.md
@@ -13,10 +13,9 @@ to change the colors of the default theme you have to modify `theme.ron` file
Alternatively you may make a theme in the same directory mentioned above with and select with the `-t` flag followed by the name of the file in the directory. E.g. If you are on linux calling `gitui -t arc.ron` wil use `$XDG_CONFIG_HOME/gitui/arc.ron` or `$HOME/.config/gitui/arc.ron`
-Valid colors can be found in tui-rs' [Color](https://docs.rs/tui/0.12.0/tui/style/enum.Color.html) struct.
-
Notes:
* rgb colors might not be supported in every terminal.
* using a color like `yellow` might appear in whatever your terminal/theme defines for `yellow`
-
+* valid colors can be found in tui-rs' [Color](https://docs.rs/tui/0.12.0/tui/style/enum.Color.html) struct.
+* all customizable theme elements can be found in `style.rs` in the `impl Default for Theme` block \ No newline at end of file