Ultimate Color Schemes Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
20+ new color schemes for your admin with ability to assign color schemes to user roles.
Source Code
The uncompiled versions of the JavaScript and CSS files can be found in the following locations within this plugin:
– Admin JavaScript: assets/admin/admin.js
, assets/admin/settings-page/scripts.js
– Admin CSS: assets/admin/admin.scss
, assets/admin/settings-page/styles.scss
– Editor CSS: assets/editor.scss
– Schemes CSS: assets/schemes/
Build Tools Usage
This plugin uses build tools to automate tasks such as compiling assets and linting code. Below is a guide to using these tools to contribute or customize the plugin’s development:
- Install Node.js and npm: https://nodejs.org/en/download/
- Install Yarn: https://yarnpkg.com/en/docs/install
- Install dependencies:
yarn install
- Run the build tools:
yarn build
- Run the build tools for rtl styles:
yarn rtl
- Watch for changes:
yarn watch
All non-distributed files are located in the assets/
directory. The compiled files are output to the dist/
directory.
Screenshots
No screenshots provided