mirror of
https://github.com/extrawurst/gitui.git
synced 2024-12-26 18:43:37 +03:00
Update themes doc with Windows path
This commit is contained in:
parent
56568e54aa
commit
dfc6496f27
@ -9,6 +9,7 @@ to change the colors of the default theme you have to modify `theme.ron` file
|
||||
* `$HOME/Library/Application Support/gitui/theme.ron` (mac)
|
||||
* `$XDG_CONFIG_HOME/gitui/theme.ron` (linux using XDG)
|
||||
* `$HOME/.config/gitui/theme.ron` (linux)
|
||||
* `%APPDATA%/gitui/theme.ron` (Windows)
|
||||
|
||||
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`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user