diff options
author | Chris Kempson <git@chriskempson.com> | 2017-10-24 17:21:22 +0100 |
---|---|---|
committer | Chris Kempson <git@chriskempson.com> | 2017-10-24 17:21:22 +0100 |
commit | ffef29fe4b50bde47dc0d0991d4bf34f28da5f65 (patch) | |
tree | 8925d2563c8d6ecf722d1149d35e8bed7a2cb8c5 /colors/base16-brewer.vim | |
parent | 2d991f14f688a38b7b2bcd397bad5efadd0f80a9 (diff) |
Updates output
Diffstat (limited to 'colors/base16-brewer.vim')
-rw-r--r-- | colors/base16-brewer.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/colors/base16-brewer.vim b/colors/base16-brewer.vim index 447f6a7..0e09f73 100644 --- a/colors/base16-brewer.vim +++ b/colors/base16-brewer.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-brewer.sh" + execute "silent !/bin/sh ".g:base16_shell_path."/base16-.sh" endif endif @@ -88,7 +88,7 @@ endif " Theme setup hi clear syntax reset -let g:colors_name = "base16-brewer" +let g:colors_name = "base16-" " Highlighting function fun <sid>hi(group, guifg, guibg, ctermfg, ctermbg, attr, guisp) |