diff options
| author | Dylan Araps <dylanaraps@users.noreply.github.com> | 2017-11-08 07:09:48 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-08 07:09:48 +1100 |
| commit | 1c4d8d84a169db9a406350d7fa3a02c2056659af (patch) | |
| tree | f35d38a1988280f3eedf894bbde37c07e8f1b2da | |
| parent | 6de68525560ff232a0c6c0f7538cbcbcf7761f0d (diff) | |
| parent | c8665cc6f6c5d790f5f9f20d6dc0bbdf843c1fc0 (diff) | |
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}" |
