Эх сурвалжийг харах

Airline theme mapping (issue #12)

morhetz 12 жил өмнө
parent
commit
e9bb3eaee7
1 өөрчлөгдсөн 9 нэмэгдсэн , 0 устгасан
  1. 9 0
      colors/gruvbox.vim

+ 9 - 0
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: {{{