jquery.typer.js
jquery.typer.js copied to clipboard
Change highlight colour
How does it determine the highlight colour initially and is it possible to delay before initially running?
I just issued a pull request in issue #9 that might be what you are looking for.
Is it possible to remove the highlight?
I was able to change the highlight color by changing the background color on line 45
return $('<span></span>')
.css('color', color)
.css('background-color', 'rgb(226, 35, 26)'); // This is the line I changed