Added: restores the classic “Fresh” styling on the login screen (wp-login.php) — the classic blue WordPress logo, the classic blue submit button (with hover/focus/active states), and the classic blue input focus ring.
The login styles are output via the login_enqueue_scripts hook only while the plugin is active; nothing is persisted, so they disappear immediately on deactivation or deletion with no cleanup required.
1.0.0
Initial release.
Restores the classic “Fresh” admin color scheme for users on the new WordPress 7.0 “Modern” default, exactly once per user.
Sets “Fresh” as the default color scheme for newly registered users.
Preserves all explicit user color-scheme choices.
On deactivation, reverts every migrated user back to “Modern” and removes the plugin’s own user metadata.