diff --git a/colors/base16-horizon-terminal-dark.vim b/colors/base16-horizon-terminal-dark.vim index 8a9856df..c67eec6e 100644 --- a/colors/base16-horizon-terminal-dark.vim +++ b/colors/base16-horizon-terminal-dark.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-horizon-dark.sh" + execute "silent !/bin/sh ".g:base16_shell_path."/base16-horizon-terminal-dark.sh" endif endif @@ -145,7 +145,7 @@ endif " Theme setup hi clear syntax reset -let g:colors_name = "base16-horizon-dark" +let g:colors_name = "base16-horizon-terminal-dark" " Highlighting function " Optional variables are attributes and guisp diff --git a/colors/base16-horizon-terminal-light.vim b/colors/base16-horizon-terminal-light.vim index e5f5ee94..edb8ea10 100644 --- a/colors/base16-horizon-terminal-light.vim +++ b/colors/base16-horizon-terminal-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-horizon-light.sh" + execute "silent !/bin/sh ".g:base16_shell_path."/base16-horizon-terminal-light.sh" endif endif @@ -145,7 +145,7 @@ endif " Theme setup hi clear syntax reset -let g:colors_name = "base16-horizon-light" +let g:colors_name = "base16-horizon-terminal-light" " Highlighting function " Optional variables are attributes and guisp