Fix color examples in the border_replacerr config
The example has color: "#XXXXXX" but the code needs an array, and if used as in the config it will try to set each character as a color.
Fixed configuration example.
Then ideally to fix the issue it would be regardless of the users input to have a string converted to a list.
Then ideally to fix the issue it would be regardless of the users input to have a string converted to a list.
Ok, that is also an option. Let me cook something up after the weekend then
This hasn't been forgotten about, just been dumb busy recently.
Submitted a better solution to actually fix the problem.