Fix brackets

This commit is contained in:
ryuta69 2020-09-05 19:55:21 +09:00
parent 4d881aaacb
commit bb6bbd2d64
No known key found for this signature in database
GPG key ID: 7EB4C638CC86724B

View file

@ -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}"
},
};
}},
}};