Collection of colorschemes made to be compatible with LunarVim
pip install -r requirements.txt
I recommend copying one of the themes in template and using it as a base to create your own
python ez.py <your_cool_theme>.yml
vim.g.transparent_background = true -- transparent background(Default: false)
vim.g.italic_comments = true -- italic comments(Default: true)
vim.g.italic_keywords = true -- italic keywords(Default: true)
vim.g.italic_functions = true -- italic functions(Default: false)
vim.g.italic_variables = true -- italic variables(Default: false)
Credit for the script for creating colorschemes: repo