Skip to content

Instantly share code, notes, and snippets.

@ryelle
Created December 12, 2013 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryelle/7929316 to your computer and use it in GitHub Desktop.
Save ryelle/7929316 to your computer and use it in GitHub Desktop.
Add an admin color scheme
<?php
wp_admin_css_color(
'vinyard', __( 'Vinyard', 'admin_schemes' ),
plugins_url( "vineyard/colors$suffix.css", __FILE__ ),
array( '#301D25', '#462b36', '#d3995d', '#eabe3f' ),
array( 'base' => '#f1f2f3', 'focus' => '#fff', 'current' => '#fff' )
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment