diff options
author | Max Christian Pohle | 2015-09-06 05:08:14 +0200 |
---|---|---|
committer | Max Christian Pohle | 2015-09-06 05:08:14 +0200 |
commit | 64436bf70832028052dd278760761230d7d0bc77 (patch) | |
tree | 29c90b25369169b85417009626da1713edcc9a30 /colors/maxvb6.vim | |
parent | 4a3e984105a960556bd727662c349170a61eb4fb (diff) | |
download | vim-64436bf70832028052dd278760761230d7d0bc77.tar.bz2 vim-64436bf70832028052dd278760761230d7d0bc77.zip |
switched to vundle, cleaned and commented the vimrc
Diffstat (limited to 'colors/maxvb6.vim')
-rw-r--r-- | colors/maxvb6.vim | 8 |
1 files changed, 6 insertions, 2 deletions
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 | |||
11 | let g:colors_name="maxvb6" | 11 | let g:colors_name="maxvb6" |
12 | 12 | ||
13 | 13 | ||
14 | set guifont=Andale\ Mono\ 12 | ||
14 | "set guifont=Liberation\ Mono\ Normal\ 14 | 15 | "set guifont=Liberation\ Mono\ Normal\ 14 |
15 | "set guifont=Meslo\ LG\ S\ DZ\ for\ Powerline\ 14 | 16 | "set guifont=Meslo\ LG\ S\ DZ\ for\ Powerline\ 14 |
16 | 17 | "set guifont=Monospace\ 11 | |
18 | "set guifont=DejaVu\ Sans\ Mono\ 11 | ||
19 | "set guifont=Liberation\ Mono\ for\ Powerline\ 11 | ||
20 | "set guifont=Envy\ Code\ R\ 11 | ||
17 | 21 | ||
18 | set number | 22 | set number |
19 | set hls | 23 | set hls |
@@ -97,7 +101,7 @@ highlight! link Directory Todo | |||
97 | highlight Question gui=bold cterm=bold term=bold guibg=white ctermbg=white guifg=black ctermfg=black | 101 | highlight Question gui=bold cterm=bold term=bold guibg=white ctermbg=white guifg=black ctermfg=black |
98 | highlight! link WarningMsg Question | 102 | highlight! link WarningMsg Question |
99 | 103 | ||
100 | highlight SpellBad gui=underline cterm=underline term=underline | 104 | highlight SpellBad gui=underline cterm=underline term=underline ctermbg=white |
101 | highlight! link SpellCap SpellBad | 105 | highlight! link SpellCap SpellBad |
102 | highlight! link SpellLocal Todo | 106 | highlight! link SpellLocal Todo |
103 | highlight! link SpellRare Todo | 107 | highlight! link SpellRare Todo |