a colorscheme for {neo,}vim inspired by neon genesis evangelion.
supports treesitter, gitsigns, lazy, which-key, telescope, trouble, lsp diagnostics, & more.
https://github.com/xero/evangelion.nvim
this theme is available in a classic vim compatible format, optimized lua, and a development lua version.
for neovim use main branch
for vim use the vim branch
using lazy
return {
"xero/evangelion.nvim",
dev = true,
lazy = false,
priority = 1000,
config = function()
require("evangelion").setup({
transparent = false,
})
vim.cmd.colorscheme("evangelion")
end,
}using plug
Plug('xero/evangelion.nvim', { branch = 'vim' }')
colorscheme evangelionusing packer
use {"xero/evangelion.nvim"}
vim.cmd("colorscheme evangelion")set the color scheme with the builtin command `:> [!CAUTION]
olorscheme`
this theme is built with lush.nvim, so customizations are quite easy.
first, checkout the dev branch git fetch origin dev && git checkout dev, open the lua theme nvim lua/lush_theme/evangelion.lua and execute :Lushify. then adjust colors to suit your taste with real-time feedback. checkout the dev branch readme for details on building the optimized colorscheme. lots more details on using lush in their repo.
this theme has been ported to a few different apps, and are included in the extras directory:
evangelion.Xresources- colors for xclients (e.g. unix terminal emulators)evangelion.zsh- colors for zsh
more on the way, and pr's for others are welcomed!
screenshots feature other ui styles (e.g. tmux, zsh) from my dotfiles repo
https://x-e.ro _ ____
: \ | \ .
| \ . | : |\ /\
. | :|\__ | | | \ / \
. |\ | |! \ \ | | | |\ / /
\"-.______ | \: ||\ \ \ | | | | \ / /
\_ "-_| |\ || \ \/ | |___| ! |\____/ _/-. /\
"-_ ____: |_\ || \/ ___\ __ _// | | ___ \---" /
\ \ | _____, /___\___\/ / / \_! | // _/ / /
___\_ \__| | | __. _/____ / / / > // / \/
//_________| / |/ |/ \__// / / /_/ \/
| / | : | / /__/
|/ |/ E V A N G E L I O N
all files and scripts in this repo are released CC0 / kopimi! in the spirit of freedom of information, i encourage you to fork, modify, change, share, or do whatever you like with this project! ^c^v