Active
Project:
Beta
Version:
7.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
2 Mar 2011 at 17:20 UTC
Updated:
27 Dec 2011 at 21:28 UTC
Anyone wishing to add a default color scheme into the Beta theme, please submit it here.
Also, there is much CSS work to be done to make this theme a "great" color module supporting theme. For any CSS issues, please open a new issue.
Comments
Comment #1
romaingar commentedSubscribe !
Comment #2
ontological commentedOne can paste this into the themes/beta/color/color.inc file under the 'Beta - Dark' section. It is a gold and green scheme.
'beta_gold' => array(
'title' => t('Beta - Gold'),
'colors' => array(
'text' => '#04463e',
'link' => '#8d5f2d',
'top' => '#f1d090',
'bottom' => '#f1d090',
'base' => '#eb9b01',
'secondary' => '#eb9b01',
'contentheaders' => '#04463e',
'sitetitle' => '#04463e',
'siteslogan' => '#4d654d',
'contentbg' => '#fdE9c0',
),
),
Enjoy
Comment #3
ontological commentedOK, here is a green and gold scheme (paste into the themes/beta/color/color.inc file under the 'Beta - Dark' section)
'beta_green' => array(
'title' => t('Beta - Green'),
'colors' => array(
'text' => '#04463e',
'link' => '#8d5f2d',
'top' => '#04463e',
'bottom' => '#04463e',
'base' => '#eb9b01',
'secondary' => '#eb9b01',
'contentheaders' => '#04463e',
'sitetitle' => '#eb9b01',
'siteslogan' => '#fdE9c0',
'contentbg' => '#fdE9c0',
),
),