Skip to content

Commit

Permalink
fix: zellij invisible selecting text (#535)
Browse files Browse the repository at this point in the history
"bg" for zellij is actually for the selected text background, not for
the background color of whole ui of zellij.
  • Loading branch information
lemonknife authored May 31, 2024
1 parent 0fae425 commit 20bb1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/tokyonight/extra/zellij.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function M.generate(colors)
themes {
${_name} {
fg "${fg}"
bg "${bg}"
bg "${bg_highlight}"
black "${black}"
red "${red}"
green "${green}"
Expand Down

0 comments on commit 20bb1b1

Please sign in to comment.