Skip to content

Commit

Permalink
feat(zellij): make top and bottom bars transparent (folke#587)
Browse files Browse the repository at this point in the history
## Description

This PR expects a user to use the Tokyonight theme for the running
Terminal too.
The black color in Zellij should match the Teriminal background color,
This ensures the top and bottom bars are transparent

## Related Issue(s)

No

## Screenshots

- Before

![image](https://github.com/folke/tokyonight.nvim/assets/17734314/70105867-7d19-47da-b2fe-f78a5374e6d5)

- After

![image](https://github.com/folke/tokyonight.nvim/assets/17734314/24aa2c78-89ec-4544-be93-3d6fa04decea)
  • Loading branch information
azzamsa authored and georgeharker committed Jul 9, 2024
1 parent 4bb81d7 commit ad50944
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lua/tokyonight/extra/zellij.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ themes {
${_name} {
fg "${fg}"
bg "${bg_highlight}"
black "${black}"
// Black should match the terminal background color
// This ensures the top and bottom bars are transparent
black "${bg}"
red "${red}"
green "${green}"
yellow "${yellow}"
Expand Down

0 comments on commit ad50944

Please sign in to comment.