Skip to content

hachy/eva01.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

screenshot_1

eva01-LCL

screenshot_2