From bf144dbd708b28607758c10db8308379d7ab87c7 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 18 Oct 2020 22:45:59 +0800 Subject: [PATCH] update theme settings --- ui.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) "}} "}