mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-09 15:38:30 +01:00
Fix brackets
This commit is contained in:
parent
4d881aaacb
commit
bb6bbd2d64
@ -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}"
|
||||
},
|
||||
};
|
||||
}},
|
||||
}};
|
||||
|
Loading…
Reference in New Issue
Block a user