Question

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

Was it helpful?

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
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top