gko / intellij.vim

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Vim Script 100.0%