Skip to content

Commit d7fd8ca

Browse files
committed
remove all themes from the core repository except for the default.
resolves #923
1 parent ce44577 commit d7fd8ca

39 files changed

+14
-2342
lines changed

autoload/airline.vim

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ function! airline#switch_matching_theme()
7373
if exists('g:colors_name')
7474
try
7575
let palette = g:airline#themes#{g:colors_name}#palette
76-
call airline#switch_theme(g:colors_name)
76+
silent call airline#switch_theme(g:colors_name)
7777
return 1
7878
catch
7979
for map in items(g:airline_theme_map)
8080
if match(g:colors_name, map[0]) > -1
81-
call airline#switch_theme(map[1])
81+
silent call airline#switch_theme(map[1])
8282
return 1
8383
endif
8484
endfor

autoload/airline/deprecation.vim

-9
This file was deleted.

autoload/airline/themes/badwolf.vim

-52
This file was deleted.

autoload/airline/themes/base16.vim

-137
This file was deleted.

autoload/airline/themes/base16color.vim

-77
This file was deleted.

autoload/airline/themes/behelit.vim

-58
This file was deleted.

0 commit comments

Comments
 (0)