aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
"}}
"}