I did some work on integrating the Bootswatch Bootstrap templates into a Radix starter-theme-based sub-theme see http://super.coop

Bootswatch
http://bootswatch.com/
https://github.com/thomaspark/bootswatch

it worked rather well and was a great way to get started quickly
http://bootswatch.com/#gallery

there is a Bootswatch SASS port
https://github.com/maxim/bootswatch-rails

a Bootswatch LESS
https://github.com/scottvrosenthal/twitter-bootswatch-rails
and all the CSS / JS Bootswatch here

ultimately it would be awesome if Radix provided the option to select a Bootswatch theme like this Wordpress theme
WP-Bootstrap
http://320press.com/wpbs/v2-1-released/

also, using LESS there is a Bootswatch sub-project that allows creation of new sub-themes/versions of Bootswatch (I think)
https://github.com/thomaspark/bootswatch/tree/gh-pages/swatchmaker

Comments

shadcn’s picture

Actually, integrating bootswatch with Radix is quite simple. I'm using https://github.com/theblacksmith/sass-bootswatch.

Choose a bootswatch theme from the repo.
Copy _variables.scss onto your radix sub theme _variables.scss. (Example: https://github.com/theblacksmith/sass-bootswatch/blob/gh-pages/cosmo/_va...)

That should do it.

niccolox’s picture

bingo.
will check it out.

niccolox’s picture

niccolox’s picture

actually found Sizzle to be a better starting point
https://bitbucket.org/niccolo/open-outreach-rc9-radix-bootswatch/src/cd7...

am also adding some Block/Context friendly regions so I can bridge from Open Outreach
http://drupal.org/node/1664956

had to edit the Radix css to remove a bug for Chrome images because I used an older version of compass_radix so I could get pane-menu-tree class working in both Open Outreach and Panopoly

sonicthoughts’s picture

Wow - this is a great idea! Very nice!

niccolox’s picture

See my bitbucket for sizzle slate and sizzle Cerulean

shadcn’s picture

Status: Active » Fixed

Marking this as fixed. Feel free to re-open if you have any questions. thanks

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

shadcn’s picture

Just a quick note here that Bootswatch + Radix is now super easy. See https://drupal.org/node/2083993.

niccolox’s picture

bloody hell ! you're a Drupal theme genius

niccolox’s picture

Issue summary: View changes

extra info