aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-default.vim
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-default.vim')
-rw-r--r--colors/base16-default.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/colors/base16-default.vim b/colors/base16-default.vim
index 3b98f15..0da2acc 100644
--- a/colors/base16-default.vim
+++ b/colors/base16-default.vim
@@ -5,9 +5,9 @@
" :colorscheme works in terminals supported by base16-shell scripts
" User must set this variable in .vimrc
" let g:base16_shell_path=base16-builder/output/shell/
-if !has('gui')
+if !has('gui_running')
if exists("g:base16_shell_path")
- execute "silent !/bin/sh ".g:base16_shell_path."/base16-default.dark.sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-default.".&background.".sh"
endif
endif