Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Pywal integration for NvChad's base46 (created & solely maintained by@Axenide)

License

NotificationsYou must be signed in to change notification settings

NvChad/pywal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pywal and Matugen support for NvChad!

Note

Support for Pywal requires these Python libraries to be installed:

  • pywal
  • watchdog

Installation

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

Add this at the end of yourinit.lua file:

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.

Matugen support

Add this line to the[templates] section of your~/.config/matugen/config.toml file:

nvim = { input_path = '~/.config/nvim/pywal/matugen.lua', output_path = '~/.cache/wal/base46-dark.lua' }

Selectchadwal theme and enjoy!

Demo

chadwal_demo.mp4

About

Pywal integration for NvChad's base46 (created & solely maintained by@Axenide)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp