create colorscheme builder script

inspired by https://github.com/savq/melange
This commit is contained in:
Michael Chris Lopez
2021-09-04 13:14:01 +08:00
parent c33dcb5769
commit 00d87746b2
2 changed files with 59 additions and 0 deletions

4
makefile Normal file
View File

@@ -0,0 +1,4 @@
make:
nvim --headless -u NORC \
--cmd 'lua require("zenbones.build").build()' \
--cmd 'q'