mirror of
https://github.com/extrawurst/gitui.git
synced 2024-12-26 18:43:37 +03:00
Fix the path of the theme file on mac (#819)
This commit is contained in:
parent
36e9f7754b
commit
c0022d4eea
@ -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 New Issue
Block a user