Skip to content

Colorscheme for vim using the KIT color palette

Notifications You must be signed in to change notification settings

taDachs/kit.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Colorscheme for vim using the KIT color palette

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published