clagrange now is always light background and black text
roughnecks opened this issue · comments
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
This is with 1.18.0
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...
a840ab6 should fix this. It was simply using the wrong color for background clearing in reduced (<256) color modes. I'll do another build.
Version 1.18.3 is available and should fix this.
yes, thanks!