skyjake / lagrange

A Beautiful Gemini Client
https://gmi.skyjake.fi/lagrange/
BSD 2-Clause "Simplified" License
1.22k stars 65 forks source link

clagrange now is always light background and black text #688

Closed roughnecks closed 1 month ago

roughnecks commented 1 month ago

Hello, just installed clagrange on my shell, but UI is like this, doesn't matter what theme I choose:

https://i.imgur.com/3qaCeif.jpeg

echo $TERM
screen-256color

Am I doing something wrong? Thanks

roughnecks commented 1 month ago

This is with 1.18.0

https://i.imgur.com/PlnAJdk.jpeg

skyjake commented 1 month ago

Looks like the fix for the cursor color on empty backgrounds broke the background coloring for the whole screen in some TERM environments. I'll investigate what exactly went wrong with it...

skyjake commented 1 month ago

a840ab69 should fix this. It was simply using the wrong color for background clearing in reduced (<256) color modes. I'll do another build.

skyjake commented 1 month ago

Version 1.18.3 is available and should fix this.

roughnecks commented 1 month ago

yes, thanks!