aboutsummaryrefslogtreecommitdiff
path: root/functions/colors.zsh
Commit message (Collapse)AuthorAgeFilesLines
* Make variables localDominik Ritter2018-03-271-3/+3
|
* add check of /etc/os-release for linux distrosTim Otlik2018-02-161-0/+0
|
* Merge pull request #681 from Stazer/tcolor-warningBen Hilburn2018-01-311-0/+4
|\ | | | | Added flag to ignore checking the term colors & lang settings
| * renamed POWERLEVEL9K_CHECK_TERM_COLORS to POWERLEVEL9K_IGNORE_TERM_COLORSJustus Flerlage2018-01-071-1/+1
| |
| * Added flag for checking the term colorsJustus Flerlage2018-01-071-0/+4
| |
* | getColor() must always print resultChristian Höltje2018-01-201-1/+1
|/ | | | This was causing colors specified as numbers to not be shown.
* colors checking optimized and added tput for check the colorsCharles Peterson2017-12-311-0/+16
| | | | moved to colors functions, because it makes sense.
* fix for colors since the terminals so not always render named colors when ↵Charles Peterson2017-12-161-267/+319
| | | | using parameter expansion.
* color names and fixesCharles Peterson2017-11-251-9/+258
| | | | | | | - fix for packageName truncated by POWERLEVEL9K_DIR_OMIT_FIRST_CHARACTER - processing the pwd/HOME replacement ONCE. - fix tests for named colors - use color names by default to allow dark/light themes to adjust colors based on names
* Extracted color functions to a separate file.Dominik Ritter2015-10-241-0/+56