extract matching background colors for file indicator

This commit is contained in:
Bailey Ling
2013-08-10 13:43:12 +00:00
parent 1d46c5874b
commit e67fa32fd9
11 changed files with 28 additions and 14 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ let s:V4 = [ '#c7915b' , 173 ] " coffee
let s:PA = [ '#f4cf86' , 222 ] " dirtyblonde
let s:RE = [ '#ff9eb8' , 211 ] " dress
let s:file = [ '#ff2c4b' , s:N3[1] , 196 , s:N3[3] , '' ]
let s:file = [ '#ff2c4b' , '' , 196 , '' , '' ]
let s:IA = [ s:N2[1] , s:N3[1] , s:N2[3] , s:N3[3] , '' ]