Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change highlight colour #3

Open
sammdec opened this issue Dec 3, 2012 · 3 comments
Open

Change highlight colour #3

sammdec opened this issue Dec 3, 2012 · 3 comments

Comments

@sammdec
Copy link

sammdec commented Dec 3, 2012

How does it determine the highlight colour initially and is it possible to delay before initially running?

@kontur
Copy link

kontur commented May 13, 2013

I just issued a pull request in issue #9 that might be what you are looking for.

@danielgolden
Copy link

Is it possible to remove the highlight?

@daugaard47
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants