Colors for plugin vimshell.vim

This commit is contained in:
Joel Moberg
2014-03-22 22:52:21 +01:00
parent 0b0c26c25f
commit d1d73e198c

View File

@@ -644,6 +644,14 @@ call s:HL('StartifySpecial', 'dark2')
call s:HL('StartifyHeader', 'orange') call s:HL('StartifyHeader', 'orange')
call s:HL('StartifyFooter', 'dark2') call s:HL('StartifyFooter', 'dark2')
" }}}
" Vimshell: {{{
let g:vimshell_escape_colors = map(split(
\ 'dark4 red green yellow blue purple aqua light4 ' .
\ 'dark0 red green orange blue purple aqua light0'
\ ), '"#" . s:gb[v:val][0]')
" }}} " }}}
" Filetype specific ----------------------------------------------------------- " Filetype specific -----------------------------------------------------------