From ea14f0f58656295b756a80e3dd754bf7439ab300 Mon Sep 17 00:00:00 2001 From: Chris Kempson Date: Sat, 29 Nov 2014 08:03:06 +0000 Subject: Updated with base16-builder --- colors/base16-colors.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'colors/base16-colors.vim') diff --git a/colors/base16-colors.vim b/colors/base16-colors.vim index 89e616b..7addab9 100644 --- a/colors/base16-colors.vim +++ b/colors/base16-colors.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-colors.dark.sh" + execute "silent !/bin/sh ".g:base16_shell_path."/base16-colors.".&background.".sh" endif endif -- cgit v1.2.3