gizak / termui

Golang terminal dashboard
MIT License
13.14k stars 787 forks source link

256 color support #82

Closed mranney closed 6 years ago

mranney commented 8 years ago

Here is a proposed API for how to support Output256 or potentially OutputGrayscale. Let me know what you think.

luan commented 7 years ago

@gizak any progress on this?

cjbassi commented 6 years ago

Cherry-picked the color commit. Thanks!

farzadmf commented 4 years ago

Hi, sorry if I'm asking a stupid question, but although apparently some changes were made, I'm not able to figure out how to enable having more than 8 colors.

Specifically, what I need is to set colors in a paragraph using the [color](fg:color) syntax, but I'm not sure how to do it

Thank you