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.
Fixes #52750.


Built from https://develop.svn.wordpress.org/trunk@50663


git-svn-id: http://core.svn.wordpress.org/trunk@50275 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Peter Wilson 2021-04-06 05:44:07 +00:00
parent 7442fe63a0
commit 72a04aa045
2 changed files with 2 additions and 2 deletions

View File

@ -4392,7 +4392,7 @@ function register_admin_color_schemes() {
'fresh',
_x( 'Default', 'admin color scheme' ),
false,
array( '#1d2327', '#2c3338', '#3582c4', '#72aee6' ),
array( '#1d2327', '#2c3338', '#2271b1', '#72aee6' ),
array(
'base' => '#a7aaad',
'focus' => '#72aee6',

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.8-alpha-50659';
$wp_version = '5.8-alpha-50663';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.