zellij-org / zellij

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

Can't style unfocused panes with Zellij #3373

Open lukebarton opened 1 month ago

lukebarton commented 1 month ago

1. Graphical issue inside a terminal pane (eg. something does not look as it should)

CleanShot 2024-05-24 at 12 22 46

Unfocussed pane borders are always white with no control.

Basic information zellij --version: zellij 0.40.1 stty size: n/a

Further information

themes {
  custom {
          fg "#000000"
          bg "#000000"
          black "#000000"
          red "#000000"
          green "#000000"
          yellow "#000000"
          blue "#000000"
          magenta "#000000"
          cyan "#000000"
          white "#000000"
          orange "#000000"
  }
}

Issue description

I tried this in 3 terminals. In alacritty terminal, I noticed that the white color was controlled by the terminal theme.

Minimal reproduction

Set all the theme colors to black. Observe white border.

Other relevant information

Really annoying, because the only thing I wanted to change was make the unfocussed pane less prominent 🙃