一万年前写了个[主题模板]( https://fshex.com/t/792993),主要功能是每次使用`:colorscheme neucs`的时候,会随机加载一个调色板,但是感觉没什么意思。
现在用 lua 写了个新的(结果就是 Vim 不能用了),更新了随机算法——除了每次使用`:colorscheme neudom`会随机加载一个调色板,还会对颜色进行 shuffle ,所以同一个调色板也会出现不同的高亮效果。
相关文件:
- [neudom.lua]( https://github.com/neur1n/dotfiles/blob/master/neovim/lua/neudom.lua):生成 colorscheme 的文件
- [palette.lua]( https://github.com/neur1n/dotfiles/blob/master/neovim/lua/palette.lua):调色板,想要新的颜色组合,往里面加就行 |
|