nunomaduro / termwind

🍃 In short, it's like Tailwind CSS, but for the PHP command-line applications.
MIT License
2.27k stars 76 forks source link

Supported Colors Listing #166

Closed nickpoulos closed 1 year ago

nickpoulos commented 1 year ago

Really awesome project, thanks for creating it. I had a quick question related to colors.

According to the docs we should be able to use any of the colors within Tailwind CSS, but it seems like not all variations or colors are supported? I do not remember running into this issue during other previous projects which used Termwind. I am wondering if there is another issue at play here.

Are the specific supported colors related to the terminal software you are using? Bash vs. ZSH? or maybe other terminal settings/plugins/themes? Or is there a more refined list of colors which Termwind supports that is not as extensive as everything available via Tailwind.

xiCO2k commented 1 year ago

Hey @nickpoulos we are not supporting all the variants yet, but if you want to contribute with that I would love to check your PR.

We support the bash colors, and you can use the defaults from text-red, text-blue, etc...