Using default color setters

This commit is contained in:
Lion Krischer 2016-08-31 00:21:01 +02:00
commit 50b978ddc8
No known key found for this signature in database
GPG key ID: A956F4D0E363F79D
2 changed files with 3 additions and 5 deletions

View file

@ -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.|