From 72a04aa045e7ce728434da4b8a3b394eb3855ec0 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Tue, 6 Apr 2021 05:44:07 +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. Built from https://develop.svn.wordpress.org/trunk@50663 git-svn-id: http://core.svn.wordpress.org/trunk@50275 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/general-template.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index 66ddf82e4d..5c2692d7a3 100644 --- a/wp-includes/general-template.php +++ b/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', diff --git a/wp-includes/version.php b/wp-includes/version.php index 813dff49d0..b58281e469 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.