diff options
| author | Isaac Haller <isaachaller715@gmail.com> | 2017-11-07 09:30:41 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-07 09:30:41 -0500 |
| commit | c8665cc6f6c5d790f5f9f20d6dc0bbdf843c1fc0 (patch) | |
| tree | 4dbe8f1ba7ab839f386f351e6b9d486141fc6bf5 /pywal | |
| parent | c07ac01d6c9d42b4d4b2302cfd9f807453eb9816 (diff) | |
Fix yaml template
Replace `color"` with`color1`
Diffstat (limited to 'pywal')
| -rw-r--r-- | pywal/templates/colors.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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}" |
