mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +00:00
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more. see #25858. props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen. git-svn-id: https://develop.svn.wordpress.org/trunk@26072 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2101,10 +2101,8 @@ function wp_admin_css_color($key, $name, $url, $colors = array()) {
|
||||
* @since 3.0.0
|
||||
*/
|
||||
function register_admin_color_schemes() {
|
||||
wp_admin_css_color( 'classic', _x( 'Blue', 'admin color scheme' ), admin_url( 'css/colors-classic.min.css' ),
|
||||
array( '#5589aa', '#cfdfe9', '#d1e5ee', '#eff8ff' ) );
|
||||
wp_admin_css_color( 'fresh', _x( 'Gray', 'admin color scheme' ), admin_url( 'css/colors-fresh.min.css' ),
|
||||
array( '#555', '#a0a0a0', '#ccc', '#f1f1f1' ) );
|
||||
wp_admin_css_color( 'fresh', _x( 'Default', 'admin color scheme' ), admin_url( 'css/colors-fresh.min.css' ),
|
||||
array( '#222', '#333', '#0074a2', '#2ea2cc' ) );
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user