Skip to content

Commit

Permalink
remove all themes from the core repository except for the default.
Browse files Browse the repository at this point in the history
resolves #923
  • Loading branch information
bling committed Jan 30, 2016
1 parent ce44577 commit d7fd8ca
Show file tree
Hide file tree
Showing 39 changed files with 14 additions and 2,342 deletions.
4 changes: 2 additions & 2 deletions autoload/airline.vim
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ function! airline#switch_matching_theme()
if exists('g:colors_name')
try
let palette = g:airline#themes#{g:colors_name}#palette
call airline#switch_theme(g:colors_name)
silent call airline#switch_theme(g:colors_name)
return 1
catch
for map in items(g:airline_theme_map)
if match(g:colors_name, map[0]) > -1
call airline#switch_theme(map[1])
silent call airline#switch_theme(map[1])
return 1
endif
endfor
Expand Down
9 changes: 0 additions & 9 deletions autoload/airline/deprecation.vim

This file was deleted.

52 changes: 0 additions & 52 deletions autoload/airline/themes/badwolf.vim

This file was deleted.

137 changes: 0 additions & 137 deletions autoload/airline/themes/base16.vim

This file was deleted.

77 changes: 0 additions & 77 deletions autoload/airline/themes/base16color.vim

This file was deleted.

58 changes: 0 additions & 58 deletions autoload/airline/themes/behelit.vim

This file was deleted.

Loading

0 comments on commit d7fd8ca

Please sign in to comment.