pluginkollektiv / statify

Statify – statistics plugin for WordPress
https://wordpress.org/plugins/statify/
GNU General Public License v3.0
77 stars 23 forks source link

adjust dashboard widget colors to WP 5.7 palette #197

Closed stklcode closed 3 years ago

stklcode commented 3 years ago

WordPress 5.7 features an updated color palette for the admin UI (https://make.wordpress.org/core/2021/02/23/standardization-of-wp-admin-colors-in-wordpress-5-7/)

This PR updates the dashboard colors from #0074a2 to #3582c4 (Blue 40), #aaaaaa to #a7aaad (Gray 20) and #bbbbbb / #777777 to #646970 (Gray 50)

The latter slightly larger difference was intentional for increased readability of the widget texts.

statify_wp57color (Screenshot from WP 5.7 RC2, left old, right new colors)


Also tested the changes in an actual 5.7 instance without any issues, so the compatibility was updated.