We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
Pywal integration for NvChad's base46 (created & solely maintained by@Axenide)
Pywal and Matugen support for NvChad!
Note
Support for Pywal requires these Python libraries to be installed:
pywal
watchdog
cd~/.config/nvimgit clone https://github.com/NvChad/pywal
Add this at the end of yourinit.lua file:
init.lua
os.execute("python ~/.config/nvim/pywal/chadwal.py &> /dev/null &")localautocmd=vim.api.nvim_create_autocmdautocmd("Signal", {pattern="SIGUSR1",callback=function()require('nvchad.utils').reload()end})
Now you need to generate your Pywal theme again usingwal -i <image>. If not,chadwal will default togruvchad colors.
wal -i <image>
chadwal
gruvchad
Add this line to the[templates] section of your~/.config/matugen/config.toml file:
[templates]
~/.config/matugen/config.toml
nvim = { input_path = '~/.config/nvim/pywal/matugen.lua', output_path = '~/.cache/wal/base46-dark.lua' }
Selectchadwal theme and enjoy!