EdenEast / nightfox.nvim

🦊A highly customizable theme for vim and neovim with support for lsp, treesitter and a variety of plugins.
MIT License
2.86k stars 134 forks source link

fix(zellij): corrected text selection bg color #444

Open avinal opened 1 week ago

avinal commented 1 week ago

Changes

Signed-off-by: Avinal Kumar avinal.xlvii@gmail.com

EdenEast commented 1 week ago

Thanks for the PR. This file is generated from this file

https://github.com/EdenEast/nightfox.nvim/blob/df75a6a94910ae47854341d6b5a6fd483192c0eb/lua/nightfox/extra/zellij.lua#L27

When you change this file to something like bg "${sel0}" running make extragen will generate this file.

avinal commented 1 week ago

Thank you, @EdenEast that was easy. I went through the contribution guidelines but seems to miss this 😅 . I have updated it now.