From 3b0544b26a22d90c1d4eba84ebb13c26c9669fd6 Mon Sep 17 00:00:00 2001 From: Ya Zhuang Date: Sat, 3 Dec 2016 03:59:55 +0800 Subject: fix: get fallback setting for "style" (#8) fix #7 --- colors/ayu.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'colors') diff --git a/colors/ayu.vim b/colors/ayu.vim index 9a6615c..83002ba 100644 --- a/colors/ayu.vim +++ b/colors/ayu.vim @@ -5,7 +5,7 @@ if exists("syntax_on") syntax reset endif -let s:style = g:ayucolor +let s:style = get(g:, 'ayucolor', 'dark') let g:colors_name = "ayu" "}}} -- cgit v1.2.3-18-g5258