/intellij.vim

Implementation of a light colorscheme for Vim, based on light default IntelliJ theme.

Primary LanguageVim Script

Light IntelliJ Theme for vim

Light vim colorscheme, is built based on light IntelliJ default theme.

light

What I used to make this screenshot:

Features

  • Light color schemes.
  • Support first for GoLang.

Inspiration

Screenshots

You guys can see all screenshots in the screenshots folder.

Installation & Usage

Neovim

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.

Contributing

All contributions are welcome. I'd love to review all of them.