diff --git a/ui.vim b/ui.vim index 15da673..4f930df 100644 --- a/ui.vim +++ b/ui.vim @@ -137,7 +137,6 @@ function! s:my_theme_dict.neodark() dict abort endif endfunction -" execute printf('call s:my_theme_dict.%s()', s:theme) -execute printf('call s:my_theme_dict.%s()', 'material') +execute printf('call s:my_theme_dict.%s()', s:theme) "}} "}