summaryrefslogtreecommitdiff
path: root/pywal/templates
diff options
context:
space:
mode:
authorryuta69 <eyma22s.yu@gmail.com>2020-09-05 19:55:21 +0900
committerryuta69 <eyma22s.yu@gmail.com>2020-09-05 19:55:21 +0900
commitbb6bbd2d641e440da1d65b0c45cd2c01935f6b87 (patch)
treebc81ebed6bc1b8c657c951936bc9af0c503f4775 /pywal/templates
parent4d881aaacb70e9ff8c284047906ee06f42fdc45a (diff)
Fix brackets
Diffstat (limited to 'pywal/templates')
-rw-r--r--pywal/templates/colors-themer.js8
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}"
- },
-};
+ }},
+}};