We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e9f77 commit c0022d4Copy full SHA for c0022d4
THEMES.md
@@ -6,7 +6,7 @@ default on light terminal:
6
to change the colors of the default theme you have to modify `theme.ron` file
7
[Ron format](https://github.com/ron-rs/ron) located at config path. The path differs depending on the operating system:
8
9
-* `$HOME/Library/Application Support/gitui/theme.ron` (mac)
+* `$HOME/.config/gitui/theme.ron` (mac)
10
* `$XDG_CONFIG_HOME/gitui/theme.ron` (linux using XDG)
11
* `$HOME/.config/gitui/theme.ron` (linux)
12
* `%APPDATA%/gitui/theme.ron` (Windows)
0 commit comments