Skip to content

Commit

Permalink
Merge pull request #21 from joelmo/master
Browse files Browse the repository at this point in the history
Colors for plugin vimshell.vim
  • Loading branch information
morhetz committed Apr 8, 2014
2 parents dd1713b + d1d73e1 commit f14b625
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions colors/gruvbox.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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 -----------------------------------------------------------
Expand Down

0 comments on commit f14b625

Please sign in to comment.