justjanne / powerline-go

A beautiful and useful low-latency prompt for your shell, written in go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about colorize-hostname setting

Hydranet opened this issue · comments

The the customization section of the wiki there is the option to colorize the hostname.

Colorize the hostname based on a hash of itself, or use the PLGO_HOSTNAMEFG and PLGO_HOSTNAMEBG env vars

If was said in this other issue that I should use numbers, 0-255, for setting the variables. I tried using the colors from this color-chart. When I set for example the BG color orange(46) and the FG color black(1), for the BG color I get green and for the FG color I get red. Which color chart do I use the get the right colors?

check out this _/_
https://jonasjacek.github.io/colors/

Thank you that works! Will be added that to my bookmarks!