wp-admin-custom
v4.9.6
Published
Generates custom wordpress admin color palette from one up to 3 colors.
Downloads
4
Readme
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
...
Author
German Pichardo