Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit bb6bbd2

Browse files
author
ryuta69
committed
Fix brackets
1 parent 4d881aa commit bb6bbd2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pywal/templates/colors-themer.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
module.exports.colors = {
2-
dark: {
1+
module.exports.colors = {{
2+
dark: {{
33
accent0: "{color0}",
44
accent1: "{color1}",
55
accent2: "{color2}",
@@ -16,5 +16,5 @@ module.exports.colors = {
1616
shade5: "{color13}",
1717
shade6: "{color14}",
1818
shade7: "{foreground}"
19-
},
20-
};
19+
}},
20+
}};

0 commit comments

Comments
 (0)