ryanoasis / powerline-extra-symbols

:arrow_forward: Extra glyphs for your powerline separators
MIT License
1.28k stars 68 forks source link

Provided Lego separators are incomplete #8

Open alexd2580 opened 5 years ago

alexd2580 commented 5 years ago

With the provided lego separators E0CE and E0D2, E0D4 it is impossible to construct the prompt shown in the fourth line:

https://github.com/ryanoasis/powerline-extra-symbols/blob/master/preview.png

ryanoasis commented 5 years ago

I see what you are saying and while I don't remember exactly how it ended up appearing like that you can get very close with those symbols:

echo -e '\e[38;5;250m\e[48;5;240m ryan \e[48;5;31m\e[38;5;240m\e[48;5;240m\uE0CE\e[38;5;15m\e[48;5;31m  ~\e[48;5;236m\e[38;5;31m\e[48;5;31m\uE0CE\e[38;5;15m\e[48;5;236m  $\e[0m\e[38;5;236m\e[48;5;236m\uE0CE\e[0m'

selection_030

alexd2580 commented 5 years ago

Yeah, close, but not quite =( unfortunately the vertical line is rather noticeable.