From bc46ec5dad55717f3f09323b7ad4ee973f503cc2 Mon Sep 17 00:00:00 2001 From: Sebastian Staudt Date: Thu, 10 Apr 2014 09:23:55 +0200 Subject: [PATCH] Use a more generic path to the Windows settings `Documents and Settings` is deprecated in favor of the generic `Users` path on newer Windows versions. Additionally, the new path can be used in the command-line and scripts without problems. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fce0c4..84066af 100644 --- a/README.md +++ b/README.md @@ -319,7 +319,7 @@ color themes. * `~/Library/Preferences/WebIDE70/colors` (PHPStorm 7.0). *Windows* - * `Documents and Settings//.IdeaIC13/config/colors` (IntelliJ IDEA 13 Community Edition) + * `%USERPROFILE%/.IdeaIC13/config/colors` (IntelliJ IDEA 13 Community Edition) 2. Restart IntelliJ IDEA