Mercurial > dotfiles
changeset 217:6ee245fa8a3d
Proper colors in iTerm2, and now using solarized for a change.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 11 Sep 2014 23:13:55 -0700 |
parents | 3a4eebcf7a1a |
children | b87391429145 |
files | vim/vimrc |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/vim/vimrc Thu Sep 11 22:00:12 2014 -0700 +++ b/vim/vimrc Thu Sep 11 23:13:55 2014 -0700 @@ -188,11 +188,13 @@ " Default color scheme. if has('gui_running') - set background=light + set background=dark else set background=dark + let g:solarized_termcolors = 256 + "let g:solarized_termtrans = 1 endif -colorscheme badwolf +colorscheme solarized " Enable file type detection. filetype indent plugin on