Skip to content

Commit ca9f7b8

Browse files
authored
feat(zellij): make top and bottom bars transparent (folke#587)
## 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)
1 parent 4ef411d commit ca9f7b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lua/tokyonight/extra/zellij.lua

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ themes {
1414
${_name} {
1515
fg "${fg}"
1616
bg "${bg_highlight}"
17-
black "${black}"
17+
// Black should match the terminal background color
18+
// This ensures the top and bottom bars are transparent
19+
black "${bg}"
1820
red "${red}"
1921
green "${green}"
2022
yellow "${yellow}"

0 commit comments

Comments
 (0)