Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mopp/mopkai.vim
- Owner: mopp
- Created: 2013-11-17T15:50:44.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-17T06:29:14.000Z (almost 9 years ago)
- Last Synced: 2024-05-02T00:21:55.646Z (9 months ago)
- Language: VimL
- Size: 771 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 = 1syntax enable
colorscheme mopkai
```# ScreenShot
![Vim script](./ss_vim.png)
![C](./ss_c.png)
![C++](./ss_cpp.png)