-
Notifications
You must be signed in to change notification settings - Fork 55
Description
I'd like to have the possibility to set the colour mode per cell, so you'd have the freedom to use the often custom-defined 8 or 16 colours alongside truecolor. 256-colour mode from the 17th colour onwards isn't too hard to emulate with truecolor as they're not usually set to custom values, but you have no access to the real values of the base colours if you're only able to use the RGB control sequences.
My use cases for this feature would to potentially try to build a termbox-based terminal multiplexer, so to utilise all the host's capabilities, mixed use of the different colour sets would needed. Another idea of mine would be to create a sort of painting program, where the UI elements would use the default colour set, but you would paint with an arbitrary RBG colour if you wished.