diff options
| author | Dylan Araps <[email protected]> | 2017-11-08 07:09:48 +1100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-11-08 07:09:48 +1100 |
| commit | 1c4d8d84a169db9a406350d7fa3a02c2056659af (patch) | |
| tree | f35d38a1988280f3eedf894bbde37c07e8f1b2da | |
| parent | docs: Fix album link (diff) | |
| parent | Fix yaml template (diff) | |
| download | pywal-1c4d8d84a169db9a406350d7fa3a02c2056659af.tar.xz pywal-1c4d8d84a169db9a406350d7fa3a02c2056659af.zip | |
Merge pull request #133 from isaachaller/fix-yaml-template
Fix YAML template
| -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}" |