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.



git-svn-id: https://develop.svn.wordpress.org/trunk@50663 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Wilson 2021-04-06 05:42:50 +00:00
parent c4eddfdfed
commit 02e9222e2e

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',