Skip to content

Commit

Permalink
Airline theme mapping (issue morhetz#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
morhetz authored and Splinter1984 committed Nov 2, 2023
1 parent c14bb18 commit e376e3b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions colors/gruvbox.vim
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,15 @@ let g:rbpt_colorpairs = [
\ ]

"}}}
" Airline {{{

if !exists('g:airline_theme_map')
let g:airline_theme_map = { 'gruvbox.*': 'tomorrow' }
else
let g:airline_theme_map['gruvbox.*'] = 'tomorrow'
endif

" }}}

" Filetype specific -----------------------------------------------------------
" Diff: {{{
Expand Down

0 comments on commit e376e3b

Please # to comment.