Make WordPress Core

Changeset 50679 for branches/5.7


Ignore:
Timestamp:
04/06/2021 11:50:21 PM (3 years ago)
Author:
peterwilsoncc
Message:

Options, Meta APIs: Update default color scheme swatch to match CSS changes.

Update the default/fresh theme color swatch displayed on user profile pages to match CSS changes made during the 5.7 release cycle.

Props audrasjb, desrosj, ninetyninew, ryelle.
Merges [50663] to the 5.7 branch.
Fixes #52750.

Location:
branches/5.7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.7

  • branches/5.7/src/wp-includes/general-template.php

    r50025 r50679  
    43934393        _x( 'Default', 'admin color scheme' ),
    43944394        false,
    4395         array( '#1d2327', '#2c3338', '#3582c4', '#72aee6' ),
     4395        array( '#1d2327', '#2c3338', '#2271b1', '#72aee6' ),
    43964396        array(
    43974397            'base'    => '#a7aaad',
Note: See TracChangeset for help on using the changeset viewer.