evangelion.nvim

a colorscheme for {neo,}vim inspired by neon genesis evangelion. supports diagnostics, cmp, fzf, gitsigns, lazy, lsp, lualine, telescope, treesitter, trouble, which-key, & more.

CC0-1.0 License

Stars
66
Committers
1

Bot releases are visible (Hide)

evangelion.nvim - v2.0.0 Latest Release

Published by xero about 1 month ago

IMG_0594

GET BACK IN THE ROBOT SHINJI!

the plugin is now updated with a new lua api. the setup function now takes optional arguments. here's a full example:

{
  "xero/evangelion.nvim",
  lazy = false,
  priority = 1000,
  config = function()
    require("evangelion").setup({
      transparent = true,
      overrides = {
        ["keyword"] = { fg="#00ff00", bg="#000000", gui="underline" },
        ["@boolean"] = { link = "Special" },
      },
    })
    vim.cmd.colorscheme("evangelion")
  end,
}

checkout the README for more details on the possible options and values

evangelion.nvim - v1.0.0

Published by xero about 2 months ago

GET IN THE ROBOT SHINJI!!!

Related Projects