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