o-p-h-i-s / elly.vim

Nostalgic brown theme for vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elly.vim

elly.vim is a nostalgic and brown-based Vim color theme.

elly iterm2

elly.vim

Installation

  1. Add Plug 'ulwlu/elly.vim' in your .vimrc within vim-plug's loading function.
  2. Run :PlugInstall
  3. Activate by colorscheme elly
  4. Use set termguicolors as well

Plugins

elly.vim is compatiable with Nerdtree, Airline, Lightline, coc.nvim, fzf-preview, and etc.

elly.vim

elly.vim

elly.vim

lightline

set below in vimrc

let g:lightline = {
      \ 'colorscheme': 'elly',
      \ }

airline

set below in vimrc

let g:airline_theme='elly'

coc-git

set below in coc-settings.json

	"git.addedSign.hlGroup": "CocDiffAdd",
	"git.changedSign.hlGroup": "CocDiffChange",
	"git.removedSign.hlGroup": "CocDiffDelete",
	"git.topRemovedSign.hlGroup": "CocDiffDelete",
	"git.changeRemovedSign.hlGroup": "CocDiffDelete",

Related Projects

Thanks

  • ayu-vim - I use this theme for three years. I used the code as a reference.
  • vim-one - I used the code of airline autoload as a reference.

Articles

About

Nostalgic brown theme for vim

License:MIT License


Languages

Language:Vim Script 100.0%