Monokai for VIM on iTerm2 (C language)
I've been searching for long for a VIM Monokai color scheme to use while coding in C language. I found several good attempts, but actually nothing that really satisfies me. So I decided to craft a new, accurate and awesome Monokai port for VIM focused on Ansi C language syntax.
Preview:
Requirements: 1. A Mac 2. iTerm2 (download it here) 3. Color scheme "Monokai Soda" for iTerm installed (look here)
How to: 1. Set your iTerm to 256 colors mode (Preferences->Profiles->Terminal->Report terminal type->xterm-256color) 2. Create (if doesn't exist) ~/.vim/after/syntax folder and put this c.vim inside. 3. Create (if doesn't exist) ~/.vim/colors folder and put this monokai.vim inside 4. add to your ~/.vimrc file the following line "colorscheme monokai"















