Skip to content

xero/evangelion.nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

evangelion.nvim

a colorscheme for {neo,}vim inspired by neon genesis evangelion.

supports treesitter, gitsigns, lazy, which-key, telescope, trouble, lsp diagnostics, & more.

theme preview https://github.com/xero/evangelion.nvim

flavors

this theme is available in a classic vim compatible format, optimized lua, and a development lua version.

  • main - optimized lua version
  • vim - classic vim version
  • dev - development versions

tldr

for neovim use main branch

for vim use the vim branch

installation

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 evangelion

using packer

use {"xero/evangelion.nvim"}
vim.cmd("colorscheme evangelion")

usage

set the color scheme with the builtin command `:> [!CAUTION]

olorscheme`

customization

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.

extras

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!

previews

screenshots feature other ui styles (e.g. tmux, zsh) from my dotfiles repo

splits which-key diff completions fzf git locals telescope undo tree

 https://x-e.ro  _            ____
                : \           |   \    .
                |  \ .        |    :   |\            /\
             .  |   :|\__     |    |   | \          /  \
.            |\ |   |! \ \    |    |   | |\        /   /
\"-.______   | \:   ||\ \ \   |    |   | | \      /   /
 \_       "-_|  |\  || \ \/   |    |___| ! |\____/  _/-. /\
   "-_   ____:  |_\ ||  \/  ___\  __  _//  | |  ___ \---" /
      \  \   |  _____,  /___\___\/ / /   \_! |  // _/  / /
    ___\_ \__|  |    | __. _/____ / /     /  > // /    \/
  //_________|  /    |/  |/  \__// /     /  /_/ \/
             | /     |   :      | /     /__/
             |/                 |/   E V A N G E L I O N

license

kopimi logo

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