summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLion Krischer <krischer@geophysik.uni-muenchen.de>2016-08-31 01:21:01 +0300
committerLion Krischer <krischer@geophysik.uni-muenchen.de>2016-08-31 01:21:01 +0300
commit50b978ddc8a8fd6f6372a66043526147eaba5046 (patch)
tree8f8c602faa5fd43ae09c9094f6a02573993387cf /README.md
parent97e5684e5272429ae40acd4528716f64585be0a5 (diff)
Using default color setters
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8478fb3a..f1d1bbeb 100644
--- a/README.md
+++ b/README.md
@@ -147,8 +147,8 @@ This segment shows your active anaconda environment. It relies on the
| Variable | Default Value | Description |
|----------|---------------|-------------|
-|`POWERLEVEL9K_ANACONDA_BG_COLOR`|"green"|Background color of the segment.|
-|`POWERLEVEL9K_ANACONDA_FG_COLOR`|"black"|Foreground color of the segment.|
+|`POWERLEVEL9K_ANACONDA_BACKGROUND`|"green"|Background color of the segment.|
+|`POWERLEVEL9K_ANACONDA_FOREGROUND`|"black"|Foreground color of the segment.|
|`POWERLEVEL9K_ANACONDA_PREFIX`|""|Prefix before the environment name.|
|`POWERLEVEL9K_ANACONDA_LEFT_DELIMITER`|"("|The left delimiter just before the environment name.|
|`POWERLEVEL9K_ANACONDA_RIGHT_DELIMITER`|")"|The right delimiter just after the environment name.|