From fce3d8031dae2ad3bfc857be0c64fca29ee0e7ba Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Tue, 8 Oct 2013 14:44:02 -0300 Subject: [PATCH] mustang is now global colorscheme --- configs/gvimrc | 1 - configs/vimrc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/configs/gvimrc b/configs/gvimrc index 4e9cf38..87b9c92 100644 --- a/configs/gvimrc +++ b/configs/gvimrc @@ -14,4 +14,3 @@ else let g:Powerline_symbols = 'fancy' endif -color mustang diff --git a/configs/vimrc b/configs/vimrc index ecb5f66..8c75b71 100644 --- a/configs/vimrc +++ b/configs/vimrc @@ -96,7 +96,7 @@ set wim=longest,list " file auto-completion set background=dark " to follow most of the colorschemes I use set t_Co=256 " 256 color terminals -"color busybee " color for terminals (gvimrc sets the UI color) +color mustang " looks awesome on gvim, looks alright in vim if you have 256 color support syntax sync minlines=1500 " increases the number of lines to find the proper syntax