Skip to content

Commit c0022d4

Browse files
authored
Fix the path of the theme file on mac (#819)
1 parent 36e9f77 commit c0022d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

THEMES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ default on light terminal:
66
to change the colors of the default theme you have to modify `theme.ron` file
77
[Ron format](https://github.com/ron-rs/ron) located at config path. The path differs depending on the operating system:
88

9-
* `$HOME/Library/Application Support/gitui/theme.ron` (mac)
9+
* `$HOME/.config/gitui/theme.ron` (mac)
1010
* `$XDG_CONFIG_HOME/gitui/theme.ron` (linux using XDG)
1111
* `$HOME/.config/gitui/theme.ron` (linux)
1212
* `%APPDATA%/gitui/theme.ron` (Windows)

0 commit comments

Comments
 (0)