From 02e9222e2ebaf97c75623112ad2370740a8db6a5 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Tue, 6 Apr 2021 05:42:50 +0000 Subject: [PATCH] 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 --- src/wp-includes/general-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/general-template.php b/src/wp-includes/general-template.php index 66ddf82e4d..5c2692d7a3 100644 --- a/src/wp-includes/general-template.php +++ b/src/wp-includes/general-template.php @@ -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',