SF icons hard to read using DarkReader.
This is because of the gray you guys insist on using, which there have been MANY complaints about over the years. (You keep responding that this gray is part of your “branding”. We keep replying we don’t care about your “branding” it is HARD to read!)
Anyhow, since gray is in the “middle” of the lightness (midway between white and black,) it does not invert well under extensions that use inversion for dark scheming.
Here is what SketchUp Free looks like after loading with Dark Reader ON:
The extension uses a JSON settings file, that we may be able to add a site specific entry to.
EDIT: Using the built-in “Developer Tools” (link at the bottom of the DarkReader menu,) … I added a section for "app.sketchup.com"
(to the "sites"
list,) and the icons got immediately BETTER after applying the changes (which was only to not invert img
elements.)
{
"url": "app.sketchup.com",
"invert": [],
"noinvert": [
"img"
]
},
NOTE: Dark Reader extension reloads the config file from GitHub every 15 minutes, so if your testing local changes using DR’s developer tools, and you suddenly don’t see things as you expect, press the “Apply” button again at the bottom of DR’s developer tool page to reapply your local changes.
The author of DarkReader will take submissions for site “tweaks” to add to the defaults (as delivered.)
Anyone have any other tweak ideas ?
NOTE: I’ve fixed most things that should not be inverted. See next post.
REF:
NOTICE:
DARK READER CHANGES FOR SKETCHUP FREE ABANDONED
I’ve actually withdrawn the requested changes to the Dark Reader extension, as my changes have gotten too complex and working around Dark Reader’s quirks and shortcomings just doubles the complexity.
So I’ve copied half of what I’ve done over to a new standalone Chrome extension, and it should be better than just a set of tweaks to Dark Reader, and more maintainable in the long run. (Ie, he was taking far too long to respond to change requests, and this cannot be so as SketchUp Free sometimes has several build releases a week.)