The last Vim color scheme you'll ever need
This color scheme is based off of my popular IR_Black theme for TextMate.
When thinking of vim or vi, visually appealing UI doesn't normally enter your mind. But that isn't due to a lack of features, because its support for syntax coloring is one the best I've seen; the only thing slightly better is TextMate. It's due to the poor color schemes many people use.
In gVim or MacVim you have access to all colors, and in the shell you have access to the 16 ANSI colors (well at least in my 16 color terminal, you can have up to 256 colors in some terminals).
Examples
All the following examples use the Monaco font.
Ruby and blank file - MacVim (same as gVim) - full color

Ruby and blank file - vim in shell - 16 colors - note: I'm using my terminal theme

Other Examples
Install
- Download the color scheme
- Place that file (ir_black.vim) in your ~/.vim/colors folder
- Change your color scheme using :colorscheme ir_black






I am able to load the color scheme in MacVim but doesn't work when I try to load it in console vim (v. 7.0)
Any ideas?
Jean-Francois,
Both are set exactly the same way:
* Make sure you have the color scheme file in your ~/.vim/colors folder
* Then create or modify your ~/.vim/vimrc file (startup settings go here)
* Add these lines to it:
set background=dark
colorscheme ir_black
syntax on
Also, I'd upgrade vim if possible (I use MacPorts in OS X to do that), as 7.1.x is the current version.
Thanks for the hint!
I also figured I needed to install the SIMBL Plugin for OSX Terminal in order to have the new ANSI colors. Works now!
Can you share your vim settings? And maybe a few tricks like how you got the code completion working? That would make for a nice post :)
I think “desert” is the best Vim color scheme, but I will give yours a go.
I love the glossy Vim logo at the top of the article. I've never seen it before. Did you make it? And if you did, can I use it?
Ovidiu Curcan,
The logo is MacVim's, which I slightly modified. You can find it in the git repo here:
http://tinyurl.com/4x3nsm
It's: src/MacVim/vim_gloss.icns
Beautiful work! I loves me my vim color schemes. Thanks for porting it!
Thanks very much for creating this color scheme. It's beautiful
I finally got color for certain words(syntax) but it looks nothing like the above screens.
For example the background is not black and the font doesn't come through.
I'm on ubuntu and have installed vim.