How to install plonetheme.coolblue
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install plonetheme.coolblue
Lastest release
Introduction
The plonetheme.coolblue package uses the theming and packaging features available in plone.app.theming to make the Styleshout theme Coolblue easily available in Plone 4.1.
Installation
Add Plone site
Install Plone 4.1 with plone.app.theming and create a Plone site (if you have not already) with Diazo theming configured.

Zip file
If you are an end user, you might enjoy installation via zip file import.
- Download the zip file: http://plone.org/products/plonetheme.coolblue/releases/0.1.0/coolblue.zip
- Import the theme from the Diazo theme control panel.

Buildout
If you are a developer, you might enjoy installation via buildout.
Add plonetheme.coolblue to your plone.recipe.zope2instance section's eggs parameter e.g.:
[instance] eggs = Plone … plonetheme.coolblue
Select theme
Select and enable the theme from the Diazo control panel.

That's it!
You should see:

Help
Obviously there is more work to be done. If you want to help, pull requests accepted! Some ideas:
- Add a diazo rule to import Plone editing styles
- Configure styles to use portal_css
- Add quick installer support
- Improve styles
License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Changelog
0.1.1 (2011-06-12)
- Fix styles
0.1.0 (2011-05-31)
- Initial release