Skip to content

Commit

Permalink
Fixes #90
Browse files Browse the repository at this point in the history
  • Loading branch information
morhetz committed Jan 11, 2016
1 parent c97c520 commit 3f22810
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 @@ -798,6 +798,14 @@ let g:vimshell_escape_colors = [
\ s:blue[0], s:purple[0], s:aqua[0], s:fg0[0]
\ ]

" }}}
" BufTabLine: {{{

call s:HL('BufTabLineCurrent', s:bg0, s:fg4)
call s:HL('BufTabLineActive', s:fg4, s:bg2)
call s:HL('BufTabLineHidden', s:bg4, s:bg1)
call s:HL('BufTabLineFill', s:bg0, s:bg0)

" }}}

" Filetype specific -----------------------------------------------------------
Expand Down

0 comments on commit 3f22810

Please sign in to comment.