From c2e6a7bafc7a4bce4926ff4438005b3470df6411 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Wed, 4 May 2016 08:33:08 +0100 Subject: Fruity colors for CHESTER --- .vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 23e7893..1446963 100644 --- a/.vimrc +++ b/.vimrc @@ -52,6 +52,7 @@ Plugin 'nanotech/jellybeans.vim' Plugin 'baskerville/bubblegum' Plugin 'morhetz/gruvbox' Plugin 'w0ng/vim-hybrid' +Plugin 'mitsuhiko/fruity-vim-colorscheme' " Plugin 'chriskempson/base16-vim' " TODO: re-enable @@ -109,6 +110,7 @@ if has('gui_running') else set t_Co=256 colorscheme jellybeans + "colorscheme fruity "colorscheme solarized "colorscheme inkpot "colorscheme zenburn @@ -123,7 +125,7 @@ if hostname() =~ '^wolfman' let g:gruvbox_termcolors=16 colorscheme gruvbox elseif hostname() =~ '^CHESTER' - colorscheme badwolf + colorscheme fruity endif set number -- cgit 1.4.1-2-gfad0