diff --git a/wp-admin/includes/misc.php b/wp-admin/includes/misc.php
index 1c575f8e25..bc0ea04ea4 100644
a
|
b
|
function wp_color_scheme_settings() { |
924 | 924 | } else { |
925 | 925 | // Fall back to the default set of icon colors if the default scheme is missing. |
926 | 926 | $icon_colors = array( |
927 | | 'base' => '#82878c', |
| 927 | 'base' => '#a0a5aa', |
928 | 928 | 'focus' => '#00a0d2', |
929 | 929 | 'current' => '#fff', |
930 | 930 | ); |
diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php
index 331d1f21cf..1758c08f3e 100644
a
|
b
|
function register_admin_color_schemes() { |
3998 | 3998 | false, |
3999 | 3999 | array( '#222', '#333', '#0073aa', '#00a0d2' ), |
4000 | 4000 | array( |
4001 | | 'base' => '#82878c', |
| 4001 | 'base' => '#a0a5aa', |
4002 | 4002 | 'focus' => '#00a0d2', |
4003 | 4003 | 'current' => '#fff', |
4004 | 4004 | ) |