Skip to content
forked from lsdr/monokai

Monokai colorscheme, originally ported to vim by Damien Gombault

Notifications You must be signed in to change notification settings

uchenily/monokai

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

monokai.vim

Monokai is a colorscheme for 24bit truecolor terminal, originally ported to vim by Damien Gombault (first seen here).

The original repos still live, although it hasn't been updated since 2009. This repos serves only to allow monokai.vim to be installed using modern plugin managers for vim/neovim.

There's also a vim.org Script page for this colorscheme.

vim-plug

Add to your .vimrc:

" Recommended for neovim users.
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
Plug 'uchenily/monokai'

Don't forget to :PlugInstall after editing your config files.

Manual install

Fetch it over the net and store it locally in your .vim/colors folder:

cd ~/.vim/colors
curl -G https://raw.githubusercontent.com/uchenily/monokai/master/colors/monokai.vim -o monokai.vim

Screenshot

monokai.vim screenshot

Highlight Match

You can use nvim-treesitter/playground :TSHighlightCapturesUnderCursor to find highlight matches under the cursor, it is useful when you want to customize color theme.

Reference

License

Creative Commons BY-NC

About

Monokai colorscheme, originally ported to vim by Damien Gombault

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%