From 64436bf70832028052dd278760761230d7d0bc77 Mon Sep 17 00:00:00 2001
From: Max Christian Pohle
Date: Sun, 6 Sep 2015 05:08:14 +0200
Subject: switched to vundle, cleaned and commented the vimrc

---
 colors/maxvb6.vim | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

(limited to 'colors')

diff --git a/colors/maxvb6.vim b/colors/maxvb6.vim
index 75fbc34..eb3ddaa 100644
--- a/colors/maxvb6.vim
+++ b/colors/maxvb6.vim
@@ -11,9 +11,13 @@ endif
 let g:colors_name="maxvb6"
 
 
+set guifont=Andale\ Mono\ 12
 "set guifont=Liberation\ Mono\ Normal\ 14
 "set guifont=Meslo\ LG\ S\ DZ\ for\ Powerline\ 14
-
+"set guifont=Monospace\ 11
+"set guifont=DejaVu\ Sans\ Mono\ 11
+"set guifont=Liberation\ Mono\ for\ Powerline\ 11
+"set guifont=Envy\ Code\ R\ 11
 
 set number
 set hls
@@ -97,7 +101,7 @@ highlight! link Directory Todo
 highlight Question    gui=bold    cterm=bold    term=bold    guibg=white      ctermbg=white      guifg=black     ctermfg=black
 highlight! link WarningMsg Question
 
-highlight SpellBad   gui=underline cterm=underline term=underline 
+highlight SpellBad   gui=underline cterm=underline term=underline ctermbg=white
 highlight! link SpellCap SpellBad
 highlight! link SpellLocal Todo
 highlight! link SpellRare Todo 
-- 
cgit v1.2.3