admin-color-schemer
admin-color-schemer copied to clipboard
Create your own admin color scheme, right in the WordPress admin under the Tools menu.
We should either error out or fall back - this may need to be case-by-case. For instance, the icon_color should fall back to white if cleared out, but not specifying...
Two things: 1. The focus and current colors are currently hard-coded to white. These should get the appropriate values when otherwise specified (menu-highlight-icon and menu-current-icon, I believe). 2. Changes to...
A preview.css file is written - just need to do the magic to make this work for no-JS in addition to the implemented AJAX way.
Some ideas on how to do this, but nothing that doesn't require duplicating things in core and possibly creating a less-than-smooth transition between core upgrades. Ideas welcome.