4.9.6 • Published 6 years ago

wp-admin-custom v4.9.6

Weekly downloads
7
License
-
Repository
github
Last release
6 years ago

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 ?

4.9.6

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

4.9.5

6 years ago