Commit Graph

14 Commits (e35f7a0c488a128354caae176cc2fc8df1b129c7)

Author SHA1 Message Date
Dominik Ritter e35f7a0c48 Merge branch 'fix_colors' into prepare_066 6 years ago
Dominik Ritter 345cf87b8f Add missing colors to fix color comparison
Added magenta and cyan that were only present with their alternative
names (fuchsia and aqua). See https://en.wikipedia.org/wiki/X11_color_names#Clashes_between_web_and_X11_colors_in_the_CSS_color_scheme
6 years ago
Ythildir 5ce384fb31 Test more readable 6 years ago
Ythildir e39e024e74 Resolve #918 Transparent background
Now function getColorCode consider value 'none' like a good value.
When it's use to set background the segment become transparent
6 years ago
Dominik Ritter 9a895bc7e4 Make variables local 7 years ago
Tim Otlik bba8bb883e
add check of /etc/os-release for linux distros 7 years ago
Ben Hilburn fd3d234354
Merge pull request #681 from Stazer/tcolor-warning
Added flag to ignore checking the term colors & lang settings
7 years ago
Christian Höltje 87988cea26 getColor() must always print result
This was causing colors specified as numbers to not be shown.
7 years ago
Justus Flerlage 3a605c7f62 renamed POWERLEVEL9K_CHECK_TERM_COLORS to POWERLEVEL9K_IGNORE_TERM_COLORS 7 years ago
Justus Flerlage 4db2eb0e16 Added flag for checking the term colors 7 years ago
Charles Peterson 0c943ac6d5 colors checking optimized and added tput for check the colors
moved to colors functions, because it makes sense.
7 years ago
Charles Peterson 4d18fdc6e9 fix for colors since the terminals so not always render named colors when using parameter expansion. 7 years ago
Charles Peterson 264897a426 color names and fixes
- 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
7 years ago
Dominik Ritter 0fa635275c Extracted color functions to a separate file. 9 years ago