Changes between Initial Version and Version 2 of Ticket #64546
- Timestamp:
- 01/23/2026 09:01:32 PM (7 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64546
- Property Keywords has-patch added
- Property Focuses accessibility added
-
Property
Milestone
changed from
Awaiting Reviewto7.0
-
Ticket #64546 – Description
initial v2 3 3 As part of the WordPress 7.0 visual refresh, this ticket proposes changing the default admin color scheme from "Default" (fresh) to "Modern" for all users. 4 4 5 = Background=5 == Background == 6 6 7 7 The "Default" color scheme has been the admin default since WordPress 3.8. The "Modern" color scheme was introduced more recently and better aligns with the WordPress Design System and the visual direction established by the Block Editor and Site Editor. … … 9 9 With the visual reskin effort underway, switching to the "Modern" scheme as the default provides a more cohesive experience out of the box. 10 10 11 = Proposed Changes=11 == Proposed Changes == 12 12 13 13 * '''Update the default for new users''': Change the fallback color scheme from {{{fresh}}} to {{{modern}}} in user creation and the color picker. 14 14 * '''Migrate existing users''': Add a database upgrade routine that migrates users currently set to {{{fresh}}} to {{{modern}}}. 15 15 16 = Files Affected=16 == Files Affected == 17 17 18 18 * {{{src/wp-includes/version.php}}} – Bump {{{$wp_db_version}}} … … 21 21 * {{{src/wp-admin/includes/misc.php}}} – Change fallback in {{{admin_color_scheme_picker()}}} 22 22 23 = Important Consideration=23 == Important Consideration == 24 24 25 25 WordPress does not track whether a user explicitly selected a color scheme or inherited the default. This means users who intentionally chose "Default" will also be migrated to "Modern". These users can re-select "Default" from their profile settings if desired. … … 27 27 The "Default" color scheme will remain available as an option for users who prefer it. 28 28 29 = Testing=29 == Testing == 30 30 31 31 * Verify new user accounts receive the "Modern" color scheme … … 34 34 * Verify "Default" scheme remains selectable in user profile 35 35 36 = Related Tickets=36 == Related Tickets == 37 37 38 38 * #64308 – Explore a "Coat-of-Paint" Visual Reskin of the WordPress Admin for WordPress 7.0