mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
c4eddfdfed
commit
02e9222e2e
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user