diff options
| -rw-r--r-- | pywal/templates/colors-themer.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pywal/templates/colors-themer.js b/pywal/templates/colors-themer.js index 88fbc57..43e43e9 100644 --- a/pywal/templates/colors-themer.js +++ b/pywal/templates/colors-themer.js @@ -1,5 +1,5 @@ -module.exports.colors = { - dark: { +module.exports.colors = {{ + dark: {{ accent0: "{color0}", accent1: "{color1}", accent2: "{color2}", @@ -16,5 +16,5 @@ module.exports.colors = { shade5: "{color13}", shade6: "{color14}", shade7: "{foreground}" - }, -}; + }}, +}}; |
