Generate style theme
This module helps you create new Drupal themes easily by providing a way to generate blank themes that inherit from "WB Universe." You can then customize basic styles like colors and font sizes directly within the Drupal interface.
Drupal adopts a highly dynamic approach to building websites. A page can be viewed as a collection of blocks generated by various modules. The addition of layouts further enhances this approach, simplifying the process of creating a theme. This module allows you to build blank themes that use "WB Universe" as the parent theme.
To generate a theme, navigate to Content > Theme Style Creation/Update, then click on "Add Config Theme Entity".
Notes:
- Keep the "Force npm file regeneration" field unchecked unless you want to regenerate the files of your sub-theme.
- Check the "Generate style files?" field only if you have installed the Node.js and npm modules.
On the configuration page, you can:
- Modify the color of links or buttons
- Modify the base colors
- Modify the font size
After making your changes, save them. The styles will be regenerated automatically if you have checked the "Generate style files?" box and have the Node.js and npm modules installed.