Skip to content

Commit

Permalink
Fix the path of the theme file on mac (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
pe authored Jul 17, 2021
1 parent 36e9f77 commit c0022d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion THEMES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c0022d4

Please sign in to comment.