A small neovim colorscheme inspired by the gem of the same name
Install using your favourite plugin manager:
{ -- using lazy.nvim:
'2962fe22-10b3-43f8-8a33-252bd4b7435a/prasiolite',
lazy = false,
},Then, open your neovim config (:e $MYVIMRC)
Add vim.cmd "colorscheme prasiodark" to the end of your init.lua to have this colorscheme to enabled at startup
Restart neovim and enjoy!
-
To install without a plugin manager:
In the same directory as your
init.lua, create a folder namedcolors/
Copycolors/prasiodark.luainto that folder.
- Light mode
- Support for more languages
- The languages I use (C, C++, Rust, Python, TSX) all work, but if something seems wrong with a language you use, please file an issue!