Skip to content

NvChad/pywal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Base46: Pywal Edition

Note

Support for Pywal requires these Python libraries to be installed:

  • pywal
  • watchdog

Installation

cd ~/.config/nvim
git clone https://github.com/NvChad/pywal

Add this at the end of your init.lua file:

local nvim_config_path = vim.fn.stdpath('config')
local python_script = nvim_config_path .. "/pywal/chadwal.py"
os.execute("python3 " .. python_script .. " &> /dev/null &")

local autocmd = vim.api.nvim_create_autocmd

autocmd("Signal", {
  pattern = "SIGUSR1",
  callback = function()
    require('nvchad.utils').reload()
  end
})

Now you need to generate you Pywal theme again using wal -i <image>. If not, chadwal will default to gruvchad colors.

Select chadwal theme and enjoy!

Demo

recording.mp4

About

Pywal integration for NvChad's base46

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published