From dfc6496f2752b796ccb5ae9a2abbece10db61fe1 Mon Sep 17 00:00:00 2001 From: Per Westerlund Date: Wed, 5 May 2021 19:19:14 +0200 Subject: [PATCH] Update themes doc with Windows path --- THEMES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/THEMES.md b/THEMES.md index ac486429..565001ad 100644 --- a/THEMES.md +++ b/THEMES.md @@ -9,6 +9,7 @@ to change the colors of the default theme you have to modify `theme.ron` file * `$HOME/Library/Application Support/gitui/theme.ron` (mac) * `$XDG_CONFIG_HOME/gitui/theme.ron` (linux using XDG) * `$HOME/.config/gitui/theme.ron` (linux) +* `%APPDATA%/gitui/theme.ron` (Windows) Alternatively you may make a theme in the same directory mentioned above with and select with the `-t` flag followed by the name of the file in the directory. E.g. If you are on linux calling `gitui -t arc.ron` wil use `$XDG_CONFIG_HOME/gitui/arc.ron` or `$HOME/.config/gitui/arc.ron`