How to install plonetheme.aqueouslight
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install plonetheme.aqueouslight
Lastest release
Introduction
The plonetheme.aqueouslight package uses the plone.app.theming to make Aqueous Light theme by Six Shooter Media easly available in Plone 4.1

Installation
Zipfile
If you are an end user, you might enjoy installation via zip file import.
- Download the zip file: https://github.com/prmtl/plonetheme.aqueouslight/raw/master/aqueouslight.zip
- Import the theme from the Diazo theme control panel.
Buildout
To install this with buildout:
Add plonetheme.aqueouslight to your plone.recipe.zope2instance section's eggs parameter:
[instance] recipe = plone.recipe.zope2instance ... eggs = ... plonetheme.aqueouslight
Re-run buildout, e.g. with:
$ ./bin/buildout
Author & Contact
- Sebastian Kalinowski sebastian.kalinowski@stxnext.pl
STX Next Sp. z o.o.
License
This package is licensed under the GPL Version 2.
Changelog
1.0 (6-04-2012)
- Initial release