Browse Source

mustang is now global colorscheme

master
Julio Biason 11 years ago
parent
commit
fce3d8031d
  1. 1
      configs/gvimrc
  2. 2
      configs/vimrc

1
configs/gvimrc

@ -14,4 +14,3 @@ else
let g:Powerline_symbols = 'fancy'
endif
color mustang

2
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

Loading…
Cancel
Save