carbonized is a vim theme inspired by the Carbon keycap set by T0mb3ry.
Download the desired colourscheme files and place in directory ~/.vim/colors/
(Linux/Mac) or %userprofile%\vimfiles\colors\
(Windows).
For easy management of Vim colour schemes (and other plugins), try a plugin manager. With vim-plug, for instance, just add Plug 'nightsense/carbonized'
to the list of plugins in vimrc
, then run PlugUpdate
.
To activate the carbonized theme, add one of the following lines to your vimrc
:
colorscheme carbonized-light
colorscheme carbonized-dark