mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-09 23:48:35 +01:00
Fix brackets
This commit is contained in:
parent
4d881aaacb
commit
bb6bbd2d64
@ -1,5 +1,5 @@
|
|||||||
module.exports.colors = {
|
module.exports.colors = {{
|
||||||
dark: {
|
dark: {{
|
||||||
accent0: "{color0}",
|
accent0: "{color0}",
|
||||||
accent1: "{color1}",
|
accent1: "{color1}",
|
||||||
accent2: "{color2}",
|
accent2: "{color2}",
|
||||||
@ -16,5 +16,5 @@ module.exports.colors = {
|
|||||||
shade5: "{color13}",
|
shade5: "{color13}",
|
||||||
shade6: "{color14}",
|
shade6: "{color14}",
|
||||||
shade7: "{foreground}"
|
shade7: "{foreground}"
|
||||||
},
|
}},
|
||||||
};
|
}};
|
||||||
|
Loading…
Reference in New Issue
Block a user