Hacker News new | past | comments | ask | show | jobs | submit login
Show HN: Bootswatch, free swatches for your Bootstrap site (bootswatch.com)
407 points by parkov on Feb 15, 2012 | hide | past | favorite | 53 comments



Wow, what a coincidence! I just created a very similar project http://www.lavishbootstrap.com/

How did you generate the different themes, and are they stored in different css/less files?


Cool project! I ended up doing most of it by hand. I started by just playing around with variables.less, but it wasn't giving me the variety I wanted, so I added an extra less file for more custom stuff.

You can check them out on the gh-pages branch in GitHub: https://github.com/thomaspark/bootswatch



very cool site you should be the one in front page, do you get the colors out of the picture at random or you do some analysis to assign the darkest color to the background or something similar?


This is fantastic, you should make a submission so it gets the credit it deserves.

I'm terrible at creating nice colour-sets and looking forward to making my bootstrap based projects less 'out of the box' looking.


Original post is cool, but has only 6 color schemes.

I really like how your site generates a bootstrap color theme from an image of your choice.. works very well.


That's awesome and deserves a post of its own. I'd love to see a feature that let you preview some dummy site with the theme you generate.


If you want to get insta-front-paged, you should look into some kind of hooks into adobe kuler themes...


That looks really amazing, i have also tried a couple of pictures and it works really well.

I was wondering if it would be possible to share a link with the picture attached allready, so you could show the theme to other people easily?


Just append image_url parameter like this: http://www.lavishbootstrap.com/?image_url=http://farm2.stati...


nice work. I think you could tune this a bit more to pick the right colours for the right elements, bad contrast and clashing colours sometimes appear. but nice effort, bookmarked :)


thanks, some intelligent way to automatically assign colors would be nice. May be I'll look at colors brightness and hue. For now, you can manually reassign them if the generated theme doesn't work.


It's over a dozen hours later, but... In the past I've used relative luminance to determine whether to display light or dark text on a colored background (take relative luminance of both, determine contrast ratio, don't remember exactly what ratio was required, I believe 5:1). You could use a similar method for the generated colors and use low ratios for things like gradients and high ratios for highlight buttons, etc.


Very nice, I just tried feeding it a few recent penny-arcade strips (I've always like their colouring) and it' thrown back some nice choices.


I really like this, maybe add some more sample images, the ones that are there don't work so well...


I had been putting away the idea of doing for several weekends now.

Great implementation.


You website gives an error.


Bad idea posting to HN with only 1 dyno, I cached the default color scheme so homepage should load a lot faster now.


It's up for me now! I only had to refresh once. Thanks for providing this.


Application error.


still getting application error.


It's interesting to see Bootstrap is slowly turning into what jQuery UI was always supposed to be.


Agreed. The current state of jQuery UI is what pushed me to consider other frameworks such as Dojo (which I'm really enjoying). I've also started using Bootstrap on a new project and really like it as well. I just need more components! :)


What are some of the components you think it's missing?


I've been spoiled by Dojo with these components:

- Rich DataGrid with ajax pagination & filtering

- DropDown with ajax source for typeahead feature

I also think Bootstrap needs an initial set of distinct looking themes. Not just different colors but fonts, padding, sizes etc. It would help me feel confident that I would be able to create something that doesn't look like everyone else's site.


Do you know of a good alternative to jqui Sortable? That's the only reason I still keep it around for a couple of projects.


I find it doubly interesting since bootstrap isn't even very good code (albeit slowly improving). Completeness, documentation and brand name really trump technical excellence here.

Either way, it's great to have one of these frameworks finally pick up steam, that's been long overdue!


Don't know why you got downvoted. Bootstrap definitely isn't near jQuery UI's code quality/documentation.


As a developer, I'm not kidding when I say that Bootstrap and related projects made it feel like perpetual Christmas. Thanks mate!


Agreed whole heartily.


This is very very cool.

It'd be even cooler if users could customize the themes right on the site, but that's probably obvious and not easy to implement.


At the current pace of the bootstrap ecosystem I wouldn't be surprised to see that announced here on HN within the next couple weeks...


My life keeps getting better. Thanks you, Thomas and Quan, both. I always leave the front-end work for last because design is ridiculously more difficult than coding. Guys like your are easing the anxiety I feel every time I start trying to figure out colors, fonts, layout, etc.


This is awesome. I presume this is targeted at Bootstrap 2.0. Correct? One question I have is, how do you plan to deal with changing versions of Bootstrap. Just so I understand, are you recommending dropping the chosen variables.less along with bootstrap less files to compile it?

Thanks


Yes, it's targeting 2.0. Both the CSS and LESS files will be kept in sync with Bootstrap. So you won't need to compile anything, just download the latest swatch CSS.


I didn't see a target bootstrap version at http://bootswatch.com/spacelab/bootstrap.min.css

Hence, I assumed that we had to compile the less files. Also, not everyone will be willing to move to the latest version of bootstrap.

It might be easier to let github manage the multiple versions with a download page similar to this https://github.com/wycats/handlebars.js/downloads .

Personally, I don't mind doing the extra step of lessc if I can get exactly what I want. Thanks for the effort.


This is great! One minor thing I noticed is that on the homepage, the bottom three swatches don't seem to link to individual files properly -- they all download the bootstrap.min.css, regardless of what you choose in the split button.


I love the concept - my only problem with it is that the six starter themes (swatches) featured on the site aren't really attractive enough, more like failed experiments... it could benefit from a design-off where popular designers create a swatch with their own take on the Bootstrap, and submit it to the site...

PS: Overheard on Twitter (https://twitter.com/#!/bcherry/status/169960949967626241):

New web dev trend: "Yo dawg I heard you like Bootstrap so I made bootstrap for your Bootstrap so you can bootstrap while you Bootstrap."


Thanks Thomas, this is great. Really wanted to customize bootstrap for a demo site for a project I'm working on and your Spacelab swatch is perfect, saved me loads of time. I'll drop you a mail for a peak when it's live, should be in the next week or so.


What would be awesome is a way to select all custom colors and build a unique bootstrap swatch right on the site with live preview, like http://bytefluent.com/vivify/ does for VIM color schemes.


This is fantastic and just what bootstrap needs to stop people complaining about all the bootstrap sites looking the same.. I hope this stays on the frontpage a while so more people can find out and contribute..


More and more folks are realizing the power of Open Source - why limit it to functional code when we all need design just as much? This is a fantastic trend, and (I hope) just the beginning.


Nice site. I bookmarked it but it would be cool to sign up for a email when there are new themes available. A very passive way to stay top of mind.

Thanks for creating this!


Isn't this almost the same as this?

wrapbootstrap.com/themes

which was featured a couple of days ago? Maybe you could submit your "swatches" as themes and earn a couple of bucks :)


great stuff, lavishbootstrap is great too. hope that maybe the kuler color schema or the colourlovers api get inside!


Just awesome, that's exactly what Bootstrap was missing! I hope your project will grow big, good luck!

P.S. That would be even cooler if there were more dark themes.


That's really nice, thank you. All I did was download the file and replaced my existing bootstrap.min.css with it and it works great.


Awesome! Soon all our sites will look like bootstrap but now with a variety of different colors. THANKS!! CSS is so hard.


lmfao your all idiots. this is why stupid shit like this makes it to the top. im going to reddit


Heaven forbid something helpful to the community and makes it easier to get something useful to a level of eye pleasing is a wrong thing.


this is awesome, thanks for the contribution!


Nice work. thanks!


That's really cool!!! Thanks a lot !!!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: