.quality time

The holy grail of terminal colors

It's more like a note to self again than for the others, but stay a while and listen.

As a linux user, I spend plenty of my time in terminal. I have to admit it (and I'm not ashamed): I love tweaking its colors. Such tiny little details make a lot of difference in terms of readability.
And recently I found the holy grail of terminal colors.
Ladies and gentleman, please welcome: Gogh!

If you're eager to try it out, there's one-liner:
wget -O gogh https://git.io/vQgMr && chmod +x gogh && ./gogh

or if you want to keep it clean:
wget -O gogh https://git.io/vQgMr && chmod +x gogh && ./gogh && rm gogh