aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2020-10-18 22:45:59 +0800
committerjdhao <jdhao@hotmail.com>2020-10-18 22:45:59 +0800
commitbf144dbd708b28607758c10db8308379d7ab87c7 (patch)
treee5693016094d276c68a9f112258ae0ae73550178
parent86e2c6c5be06a5a805cbc250224e127a55750866 (diff)
update theme settings
-rw-r--r--ui.vim3
1 files changed, 1 insertions, 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)
"}}
"}