From b6e29a8cfb67530943a708e1ef5f024477587cef Mon Sep 17 00:00:00 2001 From: Bailey Ling Date: Fri, 27 Feb 2015 07:35:31 -0500 Subject: [PATCH] fix durant theme. resolves #704. --- autoload/airline/themes/durant.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autoload/airline/themes/durant.vim b/autoload/airline/themes/durant.vim index 56be7ba0..cb844d4e 100644 --- a/autoload/airline/themes/durant.vim +++ b/autoload/airline/themes/durant.vim @@ -1,3 +1,6 @@ +let g:airline#themes#durant#palette = {} + + let s:N1 = [ '#005f00' , '#afd700' , 22 , 148 ] let s:N2 = [ '#93a1a1' , '#586e75' , 245 , 240 ] let s:N3 = [ '#93a1a1' , '#073642' , 240 , 233 ]