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

romaingar’s picture

Subscribe !

ontological’s picture

One 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

ontological’s picture

OK, 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',
),
),