Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

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
Appearance settings

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

32 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 your~/.config/matugen/config.toml file:

[templates.nvim]input_path ='~/.config/nvim/pywal/matugen.lua'output_path ='~/.cache/wal/base46-dark.lua'[config.custom_colors.red]color ="#FF0000"blend =true[config.custom_colors.green]color ="#00FF00"blend =true[config.custom_colors.yellow]color ="#FFFF00"blend =true[config.custom_colors.blue]color ="#0000FF"blend =true[config.custom_colors.magenta]color ="#FF00FF"blend =true[config.custom_colors.cyan]color ="#00FFFF"blend =true[config.custom_colors.white]color ="#FFFFFF"blend =true

Just like with Pywal, you need to generate your theme again usingmatugen image <image>. If not,chadwal will default togruvchad colors.

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

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp