diff options
author | Chris Kempson <git@chriskempson.com> | 2017-10-25 16:45:13 +0100 |
---|---|---|
committer | Chris Kempson <git@chriskempson.com> | 2017-10-25 16:45:13 +0100 |
commit | 59b2e235e694b4ff750eef177a8be04612d758b2 (patch) | |
tree | bb74f04f96803aa1caf3fd1488935d6c6ad237b8 /colors/base16-unikitty-light.vim | |
parent | ffef29fe4b50bde47dc0d0991d4bf34f28da5f65 (diff) |
Fixes issue with missing scheme slug in output
Diffstat (limited to 'colors/base16-unikitty-light.vim')
-rw-r--r-- | colors/base16-unikitty-light.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/colors/base16-unikitty-light.vim b/colors/base16-unikitty-light.vim index 989ea0d..829addd 100644 --- a/colors/base16-unikitty-light.vim +++ b/colors/base16-unikitty-light.vim @@ -10,7 +10,7 @@ " let g:base16_shell_path=base16-builder/output/shell/ if !has('gui_running') if exists("g:base16_shell_path") - execute "silent !/bin/sh ".g:base16_shell_path."/base16-.sh" + execute "silent !/bin/sh ".g:base16_shell_path."/base16-unikitty-light.sh" endif endif @@ -88,7 +88,7 @@ endif " Theme setup hi clear syntax reset -let g:colors_name = "base16-" +let g:colors_name = "base16-unikitty-light" " Highlighting function fun <sid>hi(group, guifg, guibg, ctermfg, ctermbg, attr, guisp) |