The solarized color scheme does not need to introduce more. Specific CLICK here: http://ethanschoonover.com/solarized
We'll take care of Macvim first.
You need to download the Solarized.vim color file, there is no need to download the whole project, of course you can:
$ git clone git://github.com/altercation/solarized.git
After that, it is the general configuration:
1 $ cd solarized 2 $ cd vim-colors-solarized/colors3mkdir -P ~/.vim/colors4 $ cp Solarized.vim ~/.vim/colors/56 $ VI ~/. VIMRC 7 syntax Enable 8 set background=dark9 colorscheme solarized
Re-enter the Macvim, as you can see.
Take care of SECURECRT.
Under the terminal find, locate the configuration file:
Vim '/users/lebyzhao/library/application Support/vandyke/securecrt/config/global.ini '
Replace the configuration content here:
B: "ANSI Color RGB" =0000004000 2b, DC 2f, B5, D2, D3, A1, 2a 98 E8 (EE), 00 From 4b to 6e (CB)------7b--94, C4, A1 A1, FD F6 E3 00
Re-open the session connection, is it OK?
Note To open ANSI color in Options->session options->terminal->emulation,
In addition, here connected to the Mac terminal, LS does not display color, online find can be added in ~/.BASHRC: Export clicolor=1
Then look at the terminal run vim, color is OK
Use solarized color scheme under Mac