From d1d73e198cf5f61f5d96b50aaba2860d147cb3c4 Mon Sep 17 00:00:00 2001 From: Joel Moberg Date: Sat, 22 Mar 2014 22:52:21 +0100 Subject: [PATCH] Colors for plugin vimshell.vim --- colors/gruvbox.vim | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/colors/gruvbox.vim b/colors/gruvbox.vim index 048d9954..2361a205 100644 --- a/colors/gruvbox.vim +++ b/colors/gruvbox.vim @@ -644,6 +644,14 @@ call s:HL('StartifySpecial', 'dark2') call s:HL('StartifyHeader', 'orange') 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 -----------------------------------------------------------