wp-admin-custom

Generates custom wordpress admin color palette from one up to 3 colors.


Keywords
wordpress, scss, wp-admin
License
MIT
Install
npm install wp-admin-custom@4.9.6

Documentation

wp-admin-custom 4.9.6

Generates custom wordpress admin color palette from one up to 3 colors.

Install

$ npm install wp-admin-custom --save

Use

/admin-custom.scss or name it as you wish

// It overwrites the default primary color variable. 
// It will generate a monochromatic palette based on this color.
$wp-admin-primary:    #075FB3;

// Optional variables to create a multi color palette
$wp-admin-secondary:  #AE4450;
$wp-admin-tertiary:   #FFC008;

// Overwrite source variable
// `$link`: blue;

// @import '~wp-admin-custom/admin';
@import 'node_modules/wp-admin-custom/admin';

// Overwrite source classes
...

Alt Text

Author

German Pichardo

Enqueue your own custom stylesheet into wp-admin

Need a simple login customizer ?