Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mopp/mopkai.vim

This is Colorscheme for Vim.
https://github.com/mopp/mopkai.vim

Last synced: 2 days ago
JSON representation

This is Colorscheme for Vim.

Awesome Lists containing this project

README

        

# mopkai.vim

This is Colorscheme for Vim based by molokai.

# Note
If you cannot get color like a below screenshot in gVim,
You have to write 'colorscheme mopkai' after syntax

```vim
" In your vimrc
NeoBundle 'mopp/mopkai.vim'

" If you enable terminal transparent and it is not work
" Please set 1 this flag.
" let g:mopkai_is_not_set_normal_ctermbg = 1

syntax enable
colorscheme mopkai
```

# ScreenShot
![Vim script](./ss_vim.png)
![C](./ss_c.png)
![C++](./ss_cpp.png)