Change highlight color for Visualize Word Repetition?

jacob's Avatar

jacob

11 May, 2017 11:57 PM

Is the highlight color for Visualize Word Repetition configurable? I'm working on a non-ideal monitor and it's blowing out the light red highlight color to the point I can't see it.

  1. Support Staff 1 Posted by Brett on 12 May, 2017 12:37 AM

    Brett's Avatar

    Sorry, no, that's not something I ever planned on being customizeable.
    You can kind of hack it though, using the "Additional CSS" option under
    Preferences -> Style. Click Edit CSS and enter something like:

    #wrapper b.repeat { background: ...; }
    #wrapper b.repeat:hover { background: ...!important; }

    You might need the !important on one or both to override the internal
    styles. You can use any css color name or compatible color (HSL, RGB,
    hex, etc.).

    -Brett

Reply to this discussion

Internal reply

Formatting help / Preview (switch to plain text) No formatting (switch to Markdown)

Attaching KB article:

»

Attached Files

You can attach files up to 10MB

If you don't have an account yet, we need to confirm you're human and not a machine trying to post spam.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac