Modern terminals allow users to configure a "theme", which is 16 predefined colors that work well together, and with the terminal background.
A theme in iTerm2
Most command line binaries use these 16 colors, so the output looks good in every theme. Here's msgcat output in a light and dark terminal theme:
It would be awesome to make use of these in Termwind! That's the main thing keeping me from using it currently, since it feels less professional to show colors that may clash with the background (e.g. some people use a Solarized Light theme). I'm thinking something like text-ansi-red / bg-ansi-red for the class names?
Modern terminals allow users to configure a "theme", which is 16 predefined colors that work well together, and with the terminal background.
A theme in iTerm2
Most command line binaries use these 16 colors, so the output looks good in every theme. Here's
msgcat
output in a light and dark terminal theme:It would be awesome to make use of these in Termwind! That's the main thing keeping me from using it currently, since it feels less professional to show colors that may clash with the background (e.g. some people use a Solarized Light theme). I'm thinking something like
text-ansi-red
/bg-ansi-red
for the class names?