Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 944 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 944 Bytes

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.