1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-11-11 00:00:06 +00:00

Merge branch 'fix_colors' into prepare_066

This commit is contained in:
Dominik Ritter 2018-08-06 00:56:29 +02:00
commit e35f7a0c48

View file

@ -101,7 +101,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