nsf / termbox-go

Pure Go termbox implementation
http://godoc.org/github.com/nsf/termbox-go
MIT License
4.67k stars 373 forks source link

Support hex colors #186

Closed cjbassi closed 5 years ago

cjbassi commented 6 years ago

I'm not sure how hard this would be, but hex colors would be nice to have for a program I'm making with termbox. I'm using Alacritty as my terminal on Linux which supports hex colors, but I know not every terminal is capable of doing so, so I wonder if that would cause issues.

cjbassi commented 5 years ago

Closing as a duplicate of #184