aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-twilight.vim
diff options
context:
space:
mode:
authorChris Kempson <git@chriskempson.com>2014-11-29 08:03:06 +0000
committerChris Kempson <git@chriskempson.com>2014-11-29 08:03:06 +0000
commitea14f0f58656295b756a80e3dd754bf7439ab300 (patch)
tree640b3298a7f26bcd43d40c4b182e1311137b1f1f /colors/base16-twilight.vim
parent2606f91446ea1d904d2ed4c679f92a5666bd4d77 (diff)
Updated with base16-builder
Diffstat (limited to 'colors/base16-twilight.vim')
-rw-r--r--colors/base16-twilight.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/colors/base16-twilight.vim b/colors/base16-twilight.vim
index d94154f..099800d 100644
--- a/colors/base16-twilight.vim
+++ b/colors/base16-twilight.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-twilight.dark.sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-twilight.".&background.".sh"
endif
endif