Search code examples
csstwitter-bootstrap-3lessmixing

Default variables for colors in Bootstrap LESS?


I am using Bootstrap Less for some project, and I want to make it to change colors of css according to some variables. I have look up for this solution

http://www.lavishbootstrap.com/

This is great, but i have one problem, i dont know what are the names of those variables, that i can choose colors. please take a look at seven color that are generated.

All I need is seven less variables that Bootstrap using for color like this one

@brand-primary;
@brand-success;
@brand-warning;
@brand-danger;
@brand-info; 

Can someone tell me the names for those seven variables from example link i send?

I mean just names of variables that are using those colors


Solution

  • The variables you're looking for are (in the order they're listed on LavishBootstrap):

    @body-bg
    @gray-lighter
    @gray-light
    @gray
    @brand-primary
    @table-border-color
    @navbar-inverse-bg