From b7bb8f89ac8472fbe7e71bf5c0bcdedea53cb48a Mon Sep 17 00:00:00 2001 From: Chris Kempson Date: Thu, 9 Oct 2014 09:49:01 +0100 Subject: Updated with base16-builder --- colors/base16-atelierheath.vim | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'colors/base16-atelierheath.vim') diff --git a/colors/base16-atelierheath.vim b/colors/base16-atelierheath.vim index e028e01..74f3cda 100644 --- a/colors/base16-atelierheath.vim +++ b/colors/base16-atelierheath.vim @@ -1,6 +1,16 @@ " Base16 Atelier Heath (https://github.com/chriskempson/base16) " Scheme: Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/heath) +" This enables the coresponding base16-shell script to run so that +" :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 exists("g:base16_shell_path") + execute "silent !/bin/sh ".g:base16_shell_path."/base16-atelierheath.dark.sh" + endif +endif + " GUI color definitions let s:gui00 = "1b181b" let s:gui01 = "292329" @@ -138,7 +148,7 @@ call hi("Macro", s:gui08, "", s:cterm08, "", "") call hi("MatchParen", s:gui00, s:gui03, s:cterm00, s:cterm03, "") call hi("ModeMsg", s:gui0B, "", s:cterm0B, "", "") call hi("MoreMsg", s:gui0B, "", s:cterm0B, "", "") -call hi("Question", s:gui09, "", s:cterm09, "", "") +call hi("Question", s:gui0D, "", s:cterm0D, "", "") call hi("Search", s:gui03, s:gui0A, s:cterm03, s:cterm0A, "") call hi("SpecialKey", s:gui03, "", s:cterm03, "", "") call hi("TooLong", s:gui08, "", s:cterm08, "", "") -- cgit v1.2.3