From c0022d4eeaedc5191d8309cfa074646e2f6f05f1 Mon Sep 17 00:00:00 2001
From: Philippe
Date: Sat, 17 Jul 2021 10:31:20 +0200
Subject: [PATCH] Fix the path of the theme file on mac (#819)
---
THEMES.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/THEMES.md b/THEMES.md
index 565001ad..7c7280a7 100644
--- a/THEMES.md
+++ b/THEMES.md
@@ -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)