This is a personal colorscheme project that will be updated from time to time until I'm satisfied with it. The goal is to have a neon colorscheme that is easy on the eyes (as good as possible) and has a good contrast.
Change branch to "dev" if you want the latest version
use {
'dubskysteam/neom',
branch = 'main',
config = function()
vim.cmd('colorscheme neom')
end
}
Plug 'dubskysteam/neom', {
'branch': 'main',
'do': { -> vim.cmd('colorscheme neom') }
}
- Re-write in lua
- Fix specific language highlights (C, Python, Java etc.)
- Include more plugin specific highlights (Mason, Telescope, LSP etc.)
- Improve contrasts (Will never really be finished)