Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change bright colors to old color codes | Dominik Ritter | 2018-08-17 | 1 | -12/+12 |
| | | | | | Before this, there was no difference in that colors, as we always used the bright color codes. | ||||
* | Merge branch 'fix_colors' into prepare_066 | Dominik Ritter | 2018-08-08 | 1 | -322/+297 |
|\ | |||||
| * | Write comparison with double quotes | Dominik Ritter | 2018-08-08 | 1 | -1/+1 |
| | | |||||
| * | Pad colors with zeroes | Dominik Ritter | 2018-08-08 | 1 | -1/+2 |
| | | |||||
| * | Always use color codes instead of named colors | Dominik Ritter | 2018-08-08 | 1 | -34/+25 |
| | | | | | | | | | | | | This Code was to check if the color is supported by the Terminal Emulator. This is not necessary, if we always use the numerical code. This makes the code much clearer. | ||||
| * | Fix bright colors | Dominik Ritter | 2018-08-08 | 1 | -6/+0 |
| | | | | | | | | | | | | Remove old code that set bright colors equal to normal colors. This code was ancient and led to bright colors being unusable. The code originates from 0e37d8ef865daddd6af02ba78b4a3bb86fd5917e. | ||||
| * | Make colors a global array | Dominik Ritter | 2018-08-07 | 1 | -265/+267 |
| | | | | | | | | That way it must not be defined in every function call. | ||||
| * | Write comparisons with double equals | Dominik Ritter | 2018-08-07 | 1 | -1/+1 |
| | | |||||
| * | Fix bright colors | Dominik Ritter | 2018-08-07 | 1 | -6/+2 |
| | | | | | | | | | | | | Remove old code that set bright colors equal to normal colors. This code was ancient and led to bright colors being unusable. The code originates from 0e37d8ef865daddd6af02ba78b4a3bb86fd5917e. | ||||
| * | Make purpose clear of backgroundColor and foregroundColor functions | Dominik Ritter | 2018-08-07 | 1 | -12/+4 |
| | | | | | | | | | | The functions just start the colors, they do not end them. It seems too much to have a function that terminates a color. | ||||
* | | Merge branch 'fix_colors' into prepare_066 | Dominik Ritter | 2018-08-06 | 1 | -0/+2 |
|\| | |||||
| * | Add missing colors to fix color comparison | Dominik Ritter | 2018-07-24 | 1 | -0/+2 |
| | | | | | | | | | | 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 | ||||
* | | Test more readable | Ythildir | 2018-07-22 | 1 | -1/+1 |
| | | |||||
* | | Resolve #918 Transparent background | Ythildir | 2018-07-21 | 1 | -0/+4 |
|/ | | | | | Now function getColorCode consider value 'none' like a good value. When it's use to set background the segment become transparent | ||||
* | Make variables local | Dominik Ritter | 2018-03-27 | 1 | -3/+3 |
| | |||||
* | add check of /etc/os-release for linux distros | Tim Otlik | 2018-02-16 | 1 | -0/+0 |
| | |||||
* | Merge pull request #681 from Stazer/tcolor-warning | Ben Hilburn | 2018-01-31 | 1 | -0/+4 |
|\ | | | | | Added flag to ignore checking the term colors & lang settings | ||||
| * | renamed POWERLEVEL9K_CHECK_TERM_COLORS to POWERLEVEL9K_IGNORE_TERM_COLORS | Justus Flerlage | 2018-01-07 | 1 | -1/+1 |
| | | |||||
| * | Added flag for checking the term colors | Justus Flerlage | 2018-01-07 | 1 | -0/+4 |
| | | |||||
* | | getColor() must always print result | Christian Höltje | 2018-01-20 | 1 | -1/+1 |
|/ | | | | This was causing colors specified as numbers to not be shown. | ||||
* | colors checking optimized and added tput for check the colors | Charles Peterson | 2017-12-31 | 1 | -0/+16 |
| | | | | moved to colors functions, because it makes sense. | ||||
* | fix for colors since the terminals so not always render named colors when ↵ | Charles Peterson | 2017-12-16 | 1 | -267/+319 |
| | | | | using parameter expansion. | ||||
* | color names and fixes | Charles Peterson | 2017-11-25 | 1 | -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 Ritter | 2015-10-24 | 1 | -0/+56 |