Add more color themes and icons into your admin dashboard ! You can preview theme just clicking on it (JS required).
Yes, WordPress got a function for this : wp_admin_css_color() (check the codex) You have to create or copy+modify a existing CSS file to set your colors.
Yes, i added a WP like function called : wp_admin_css_icon() wp_admin_css_icon( $slug, $title, $css_url, $pic_preview_url ); Example of use: wp_admin_css_icon( 'fugue', _x( 'Fugue', 'admin icon scheme' ), BAWBACT_PLUGIN_URL . '/css/fugue.css', BAWBACT_PLUGIN_URL . '/css/images/menu-fugue.png' );
Requires: 3.0 or higher
Compatible up to: 3.3.2
Last Updated: 2012-9-27
Downloads: 2,125
Got something to say? Need help?