jmacdonald / amp

A complete text editor for your terminal.
https://amp.rs
Other
3.68k stars 105 forks source link

Line highlight in themes is not respected #117

Closed kasperisager closed 5 years ago

kasperisager commented 5 years ago

I'm using a theme that sets lineHighlight to #44475a which causes the following odd blue color to be rendered:

image

Any idea why this might be?

jmacdonald commented 5 years ago

Termbox only supports 8-bit color, so we cast 24-bit colors to their 8-bit equivalents before rendering. The termion branch, once completed/merged, will bring 24-bit color support. :slightly_smiling_face:

dontlaugh commented 5 years ago

Looks like termion is on master. Is this fixed?

jmacdonald commented 5 years ago

@dontlaugh it is; thanks for the nudge!