Skip to content

Commit 9eb30ec

Browse files
author
Stephan Dilly
committed
clarify colors being defined by your terminal
1 parent 7c11800 commit 9eb30ec

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

THEMES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,10 @@ to change the colors of the default theme you have to modify `theme.ron` file
1313

1414
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`
1515

16-
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.
16+
Valid colors can be found in tui-rs' [Color](https://docs.rs/tui/0.12.0/tui/style/enum.Color.html) struct.
17+
18+
Notes:
19+
20+
* rgb colors might not be supported in every terminal.
21+
* using a color like `yellow` might appear in whatever your terminal/theme defines for `yellow`
22+

0 commit comments

Comments
 (0)