mirror of
https://github.com/gitui-org/gitui
synced 2026-05-22 16:38:28 +00:00
Fix the path of the theme file on mac (#819)
This commit is contained in:
parent
36e9f7754b
commit
c0022d4eea
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ default on light terminal:
|
|||
to change the colors of the default theme you have to modify `theme.ron` file
|
||||
[Ron format](https://github.com/ron-rs/ron) located at config path. The path differs depending on the operating system:
|
||||
|
||||
* `$HOME/Library/Application Support/gitui/theme.ron` (mac)
|
||||
* `$HOME/.config/gitui/theme.ron` (mac)
|
||||
* `$XDG_CONFIG_HOME/gitui/theme.ron` (linux using XDG)
|
||||
* `$HOME/.config/gitui/theme.ron` (linux)
|
||||
* `%APPDATA%/gitui/theme.ron` (Windows)
|
||||
|
|
|
|||
Loading…
Reference in a new issue