Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 704 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 704 Bytes

kit.vim

A dark high contrast colorscheme for vim inspired by the Karlsruhe Institute of Technology. The dark colors represent my struggle.

python cpp highlighting javascripts css highlighting javascripts telescope highlighting

Installation

" vim-plug or any other plugin manager
Plug 'tadachs/kit.vim'

" set the theme
colorscheme kit

" it comes with a lightline theme
let g:lightline = {'colorscheme': 'kit'}

Configuration

Variables have to be set before colorscheme kit

" disable bold
let g:kit_bold = 0
" disable italics
let g:kit_italic = 0