From e9bb3eaee7a994a602a26220d42f5d4e288a45d1 Mon Sep 17 00:00:00 2001 From: morhetz Date: Sun, 8 Dec 2013 06:17:49 +0400 Subject: [PATCH] Airline theme mapping (issue #12) --- colors/gruvbox.vim | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/colors/gruvbox.vim b/colors/gruvbox.vim index 65aa940e..872aa31b 100644 --- a/colors/gruvbox.vim +++ b/colors/gruvbox.vim @@ -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: {{{