Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selecting text doesn't highlight it #2263

Open
FantomeBeignet opened this issue Mar 10, 2023 · 1 comment
Open

Selecting text doesn't highlight it #2263

FantomeBeignet opened this issue Mar 10, 2023 · 1 comment

Comments

@FantomeBeignet
Copy link

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
Copy link

check @#1368 changing the BG fix it for me

avinal added a commit to avinal/nightfox.nvim that referenced this issue Jun 25, 2024
- bg is used as text background color for selection in zellij instead of
  background color of the zellij itself
- this causes no highlight on selection since both the terminal
  background and highlight color is same
- updated all bg color to correct selection color for the respective
  theme of zellij
- refer: zellij-org/zellij#2263

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
avinal added a commit to avinal/nightfox.nvim that referenced this issue Jun 25, 2024
- bg is used as text background color for selection in zellij instead of
  background color of the zellij itself
- this causes no highlight on selection since both the terminal
  background and highlight color is same
- updated bg color in zellij.lua to sel0
- refer: zellij-org/zellij#2263

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
EdenEast pushed a commit to EdenEast/nightfox.nvim that referenced this issue Jul 22, 2024
- bg is used as text background color for selection in zellij instead of
  background color of the zellij itself
- this causes no highlight on selection since both the terminal
  background and highlight color is same
- updated bg color in zellij.lua to sel0
- refer: zellij-org/zellij#2263

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants