How to change color swatches in Flat UI, a Twitter Bootstrap

5.3k views Asked by At

I've never used color swatches on a website before, and was looking for advice.

I just purchased http://designmodo.com/flat/. I want to change the default color pattern to one of the swatches. It sounds like it's a simple process, but I don't know where to look.

Can someone tell me how to change swatch colors? Maybe the process is similar as within Twtiter Bootstrap

1

There are 1 answers

4
fehrlich On BEST ANSWER

There is a /less folder where you can find a "variables.less". There you can do your configuration. Then you need to compile it.

http://lesscss.org/

Or you use an IDE like Netbeans that can compile LESS files.