From c8665cc6f6c5d790f5f9f20d6dc0bbdf843c1fc0 Mon Sep 17 00:00:00 2001 From: Isaac Haller Date: Tue, 7 Nov 2017 09:30:41 -0500 Subject: [PATCH] Fix yaml template Replace `color"` with`color1` --- pywal/templates/colors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywal/templates/colors.yml b/pywal/templates/colors.yml index 3a9d76d..c3d6e47 100644 --- a/pywal/templates/colors.yml +++ b/pywal/templates/colors.yml @@ -7,7 +7,7 @@ special: colors: color0: "{color0}" - color": "{color1}" + color1: "{color1}" color2: "{color2}" color3: "{color3}" color4: "{color4}"