summaryrefslogtreecommitdiffstats
path: root/THEMES.md
diff options
context:
space:
mode:
authorStephan Dilly <dilly.stephan@gmail.com>2021-12-09 21:53:59 +0100
committerStephan Dilly <dilly.stephan@gmail.com>2021-12-09 21:53:59 +0100
commit9eb30ecb4ca69cb45bb7c784f451f5dcebc78a91 (patch)
tree5c466f62eebd078df465bdc6231e9a546aad13ef /THEMES.md
parent7c118002504d3fd5da9632d09d571c40c21f3452 (diff)
clarify colors being defined by your terminal
Diffstat (limited to 'THEMES.md')
-rw-r--r--THEMES.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/THEMES.md b/THEMES.md
index 7c7280a7..8b32f205 100644
--- a/THEMES.md
+++ b/THEMES.md
@@ -13,4 +13,10 @@ 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. note that rgb colors might not be supported in every terminal.
+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`
+