I want to experiment with a fully text-based environment, however, the only thing that is stopping me - is getting 256 colors so my Vim color schemes could work perfectly.
When I enter a TTY by pressing CTRL+ALT+number, and execute tput colors, I always get just 8.
So, in order to get a usable text-only environment, I'd need to have the following questions answered:
- How can I configure the TTY to support at least 256 colors? (more if possible)
- How can I set the font, both family and size?
- How can I change the color scheme of the TTY, as I can in GNOME Terminal?
Any other tips on using such an environment appreciated.