Light vim colorscheme, is built based on light IntelliJ default theme.
What I used to make this screenshot:
- Alacritty
- Neovim
- My config: dotfiles
- Light color schemes.
- Support first for GoLang.
You guys can see all screenshots in the screenshots folder.
Install with vim-plug then set colorscheme
and g:lightline.colorscheme
:
Plug 'chiendo97/intellij.vim'
set background=light
colorscheme intellij
let g:lightline.colorscheme='intellij'
Note: you must enable true colors in (neo)vim.
All contributions are welcome. I'd love to review all of them.