mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
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
This commit is contained in:
parent
22a761208d
commit
345cf87b8f
1 changed files with 2 additions and 0 deletions
|
@ -97,7 +97,9 @@ function getColorCode() {
|
|||
codes[yellow]=011
|
||||
codes[blue]=012
|
||||
codes[fuchsia]=013
|
||||
codes[magenta]=013
|
||||
codes[aqua]=014
|
||||
codes[cyan]=014
|
||||
codes[white]=015
|
||||
codes[grey0]=016
|
||||
codes[navyblue]=017
|
||||
|
|
Loading…
Reference in a new issue