From 5026a546fb4472d20e9d70df59eb7a8a009b6cb9 Mon Sep 17 00:00:00 2001 From: Dominik Ritter Date: Wed, 20 Apr 2016 18:24:58 +0200 Subject: [PATCH] Changelog: Add a note about obsolete variables The variables `POWERLEVEL9K_VCS_FOREGROUND` and `POWERLEVEL9K_VCS_DARK_FOREGROUND` are no longer used. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 064f5283..8eb1958f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,12 @@ The foreground color of actionformat is now configurable via: POWERLEVEL9K_VCS_ACTIONFORMAT_FOREGROUND='green' ``` +Also, the vcs segment uses the foreground color it was configured to. +That said, the variables `POWERLEVEL9K_VCS_FOREGROUND` and +`POWERLEVEL9K_VCS_DARK_FOREGROUND` are no longer used. Instead use +the proper variable `POWERLEVEL9K_VCS__FOREGROUND` to change +foreground color. + ### `aws_eb_env` added This segment displays the current Elastic Beanstalk environment.