Dylan Awalt-Conley
unread,Aug 22, 2025, 2:03:45 AMAug 22Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zotero-dev
I'm trying to write a plugin that improves Zotero's UI on grayscale
e-ink devices (testing on a PineNote). Mostly I'm doing this by
injecting CSS into the reader, but annotations are a problem, since they
are drawn on a canvas.
I was wondering if anyone has any leads
on modifying how annotation colors are *displayed* on a given device?
For example: the current yellow highlight is light enough that,
depending on the number of grays a device can display, it sometimes
won't display at all. Changing this to a darker gray would fix this.
Since this is device-specific, I'd like to not touch the annotation data (hex codes) itself, and
just modify the colors before they are drawn to the canvas, or something like that.