register_admin_color_schemes

Definition:
function register_admin_color_schemes() {}

Registers the default Admin color schemes

Source code

function register_admin_color_schemes() {

	wp_admin_css_color( 'classic', _x( 'Blue', 'admin color scheme' ), admin_url( 'css/colors-classic.css' ),

		array( '#5589aa', '#cfdfe9', '#d1e5ee', '#eff8ff' ) );

	wp_admin_css_color( 'fresh', _x( 'Gray', 'admin color scheme' ), admin_url( 'css/colors-fresh.css' ),

		array( '#7c7976', '#c6c6c6', '#e0e0e0', '#f1f1f1' ) );

}

2657

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: