mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-15 23:03:46 -05:00
Merge pull request #21 from joelmo/master
Colors for plugin vimshell.vim
This commit is contained in:
@@ -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 -----------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user