zellij-org / zellij

A terminal workspace with batteries included
https://zellij.dev
MIT License
20.25k stars 630 forks source link

Selecting text doesn't highlight it #2263

Open FantomeBeignet opened 1 year ago

FantomeBeignet commented 1 year ago

My theme config is as follows:

themes {
    default {
        fg "#D0D0D0"
        bg "#292D3E"
        black "#292D3E"
        red "#F07178"
        green "#C3E88D"
        yellow "#FFCB6B"
        blue "#82AAFF"
        magenta "#C792EA"
        cyan "#89DDFF"
        white "#D0D0D0"
        orange "#F5A142"
    }
}

theme "default"

Selecting text using the mouse does copy it as expected but nothing get highlighted.

Basic information zellij --version: zellij 0.35.1 stty size: 35 183 uname -av: Linux laptop 6.2.2-arch1-1 alacritty --version: alacritty 0.11.0 (8dbaa0bb)

danillos commented 1 year ago

check @https://github.com/zellij-org/zellij/issues/1368 changing the BG fix it for me