Download the PHP package hyyan/admin-color-schema without Composer
On this page you can find all versions of the php package hyyan/admin-color-schema. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hyyan/admin-color-schema
More information about hyyan/admin-color-schema
Files in hyyan/admin-color-schema
Package admin-color-schema
Short Description A wordpress plugin to enable wordpress themes to add its own admin color schema directly from theme
License MIT
Informations about the package admin-color-schema
Wordpress Admin Color Schema
The plugin to enable wordpress themes to add its own admin color schemas directly from theme
Features
- Adding new admin color shemas directly with theme
- Activating specific admin color schema for every new registered user automatically
- Removing admin color picker from users profile
- Applying selected admin color shema on the wordpress adminbar in the frontend
How to install
Classical way
- Download the plugin as zip archive and then upload it to your wordpress plugins folder and extract it there.
- Activate the plugin from your admin panel
Composer way
- run composer command :
Example
The plugin comes with an example to see how the plugin works , it is under folder.
To use the example :
- Copy to
- Activate the new schema from you profile
How to use
Plugin configutaion
The plugin comes with following configuration as default :
You can override the default configuration using function like in the following example :
Create new schema
If you are using the default path in the plugin configuration then :
- Create in your theme root dir
- Create new schema dir for example : in the
-
Create file and configure it like in the following example :
- create 'colors.scss' like the following example then complie it into
You are done ...
Go to your profile now and you will see your new color schema whiche you can activate
Contributing
Everyone is welcome to help contribute and improve this plugin. There are several ways you can contribute:
- Reporting issues (please read issue guidelines)
- Suggesting new features
- Writing or refactoring code
- Fixing issues