소스 검색

Airline theme mapping (issue #12)

morhetz 12 년 전
부모
커밋
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: {{{