anotate/highlight colors

How are these defined? They seem to be somewhat relative to my operating system's theme colors (ubuntu linux 8.04 / gnome colorscheme). I would like to have the ability to change them. I'm pretty savvy, and could dig through some definitions file to change them myself.

My predicament is that I use an inverted (light text on dark background) system color settings and the result is that website annotation is pretty useless because the highlighting color and the annotation text is non-contrasting with the background (yellow vs an off-grey color, in my case).
  • I think they are currently static & should have nothing to do with your system (I haven't traced everything through, though).

    this.highlightColor = "#fff580";
    this.alternativeHighlightColor = "#555fa9";
  • Annotations CSS file
    Modifying Zotero Files

    If you use the XPI-editing method, you'd have to redo it when the next version of Zotero came out. Alternatively, you could probably do something with a user style to apply this permanently, though I don't know off-hand whether a user style would work with the annotation iframes.
  • For reference, there's also the annotation HTML file. It might be helpful for us to add an id to the <body> element in that file—let us know.
Sign In or Register to comment.