Colors
A few color schemes
Applying a color scheme
To change a color scheme add a class name to the opening body tag:
<body class="blue">
<body class="bluedark">
<body class="green">
<body class="greendark">
If you are using the round or square corner template, the body tags should be changed in this way:
<body class="blue round">
<body class="bluedark round">
<body class="green round">
<body class="greendark round">
<body class="blue square">
<body class="bluedark square">
<body class="green square">
<body class="greendark square">