APC Article: How to add Color module support to your Drupal theme

Megan's picture

She has: 11,421 posts

Joined: Jun 1999

Drupal's Color module (a core module), enables users to change the colours used in a theme through the theme settings. This is a great feature to have if you're developing a theme for widespread distribution, or if you have a large multi-site installation and want individual sites to have different color variations.

This article will break down the process of implementing Color module in your theme. It will explain how color module works and outline a step-by-step process for making it work.

How to add Color module support to your Drupal theme