Vim/Neovim colorscheme ๐
Last updated Apr 14, 2026
130
Stars
7
Forks
2
Issues
0
Stars/day
Attention Score
62
Language breakdown
Vim Script 65.8%
Lua 33.6%
Tree-sitter Query 0.6%
โธ Files
click to expand
README
eva01.vim
A dark color scheme for Vim/Neovim
Installation
Using lazy.nvim
require('lazy').setup {
{
"hachy/eva01.vim",
lazy = false,
priority = 1000,
config = function()
vim.cmd.colorscheme "eva01"
-- or
-- vim.cmd.colorscheme "eva01-LCL"
end,
}
}
Using vim-plug
Plug 'hachy/eva01.vim', { 'branch': 'main' }
colorscheme eva01 " or " colorscheme eva01-LCL
Screenshots
eva01
eva01-LCL

๐ More in this category