mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
clarify colors being defined by your terminal
This commit is contained in:
parent
7c11800250
commit
9eb30ecb4c
1 changed files with 7 additions and 1 deletions
|
|
@ -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`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue