Beautiful Monokai Pro theme variants for Vim, ported from the excellent monokai-pro.nvim by gthelding.
This plugin includes all 7 Monokai Pro variants:
- monokai-pro - Default Monokai Pro
- monokai-pro-classic - Classic Monokai colors
- monokai-pro-machine - Dark blue variant
- monokai-pro-octagon - Dark purple variant
- monokai-pro-ristretto - Dark brown variant
- monokai-pro-spectrum - True black background
- monokai-pro-light - Light variant
Using vim-plug
Plug 'vinitkumar/monokai-pro-vim'
Using packer-nvim
use 'vinitkumar/monokai-pro-vim'
Using Vundle
Plugin 'vinitkumar/monokai-pro-vim'
Using Pathogen
cd ~/.vim/bundle
git clone https://github.com/vinitkumar/monokai-pro-vim.git
git clone https://github.com/vinitkumar/monokai-pro-vim.git
cp -r monokai-pro-vim/colors ~/.vim/
After installation, you can set the colorscheme in your .vimrc
:
colorscheme monokai-pro
Or try other variants:
colorscheme monokai-pro-classic
colorscheme monokai-pro-machine
colorscheme monokai-pro-octagon
colorscheme monokai-pro-ristretto
colorscheme monokai-pro-spectrum
colorscheme monokai-pro-light
You can also switch themes on the fly:
:colorscheme monokai-pro-machine
- Vim 7.0+ with
+termguicolors
support for best results - For terminal Vim, your terminal should support true colors
To enable true colors in Vim, add this to your .vimrc
:
if has('termguicolors')
set termguicolors
endif
Classic Monokai colors that you know and love.
A blue-tinted variant with a cooler color palette.
A purple-tinted variant with muted colors.
A warm, brown-tinted variant.
True black background variant for OLED displays.
A light variant for daytime coding.
- Original Neovim theme by gthelding
- Based on the original Monokai Pro theme
- Ported to Vim by Vinit Kumar
MIT License - see LICENSE file for details.
Feel free to open issues or submit pull requests if you find any problems or have suggestions for improvements.