You are here

README.txt in Arctica Nitro 7

// $Id$

-- SUMMARY --

When the Color module is enabled, the Color Theme module changes the current theme on the theme settings pages to the theme whose settings are being configured. For example, visiting admin/appearance/settings/stark will cause the Stark theme to become the theme, and visiting
admin/appearance/settings/garland will cause Garland to become the current
theme.

The helps tremendously for theme developers integrating with Color module. It allows you to:

* bypass styling a preview with an admin theme's CSS getting in the way.
* write code to have live previews to the entire site, not just the preview HTML box!

### Themes using Color Theme

* http://drupal.org/project/sky

-- REQUIREMENTS --

None.

-- INSTALLATION --

Install as usual, see http://drupal.org/node/70151 for further information.


-- CONFIGURATION --

There is no configuration screen for this module. Just enable and enjoy.


-- CONTACT --

Current maintainer:
* Jacine Luisi (Jacine) - http://drupal.org/user/88931

File

README.txt
View source
  1. // $Id$
  2. -- SUMMARY --
  3. When the Color module is enabled, the Color Theme module changes the current theme on the theme settings pages to the theme whose settings are being configured. For example, visiting admin/appearance/settings/stark will cause the Stark theme to become the theme, and visiting
  4. admin/appearance/settings/garland will cause Garland to become the current
  5. theme.
  6. The helps tremendously for theme developers integrating with Color module. It allows you to:
  7. * bypass styling a preview with an admin theme's CSS getting in the way.
  8. * write code to have live previews to the entire site, not just the preview HTML box!
  9. ### Themes using Color Theme
  10. * http://drupal.org/project/sky
  11. -- REQUIREMENTS --
  12. None.
  13. -- INSTALLATION --
  14. Install as usual, see http://drupal.org/node/70151 for further information.
  15. -- CONFIGURATION --
  16. There is no configuration screen for this module. Just enable and enjoy.
  17. -- CONTACT --
  18. Current maintainer:
  19. * Jacine Luisi (Jacine) - http://drupal.org/user/88931