浏览代码

Colors for plugin vimshell.vim

Joel Moberg 11 年之前
父节点
当前提交
d1d73e198c
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      colors/gruvbox.vim

+ 8 - 0
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 -----------------------------------------------------------