I recently installed MacVim along with Janus. When I'm inside macVim I can change my color scheme with :color freya
but if i restart MacVim the them is reverted back to ir_black. I've added freya to my .vimrc.local, but it doesn't help.
Also added the following: set term=xterm-256color
I'm using Lion and I've got a bunch of themes in ~/.vim/colors
*.local
is due to Janus. The typical Janus installation takes over a user’s.vimrc
,.gvimrc
,.vim/
, and then expects users to put their customizations in*.local
variant files. Ick. – Chris Johnsen Oct 26 '11 at 05:45