mquan / lavish

a rails app that generates Bootstrap color scheme from an image
http://lavishbootstrap.com/
694 stars 92 forks source link

Numbers to palette #12

Closed Foolevil closed 11 years ago

Foolevil commented 11 years ago

Hi!

Is there any way to get color name (@Gray etc.), or index number into palette? I'm using Lavish with more colours and it would make it easier to find them.

KK

mquan commented 11 years ago

Not sure if I understand you correctly, but these are the colors that lavish changes:

// Links
@linkColor:             #6E6352;
@linkColorHover:        darken(@linkColor, 15%);

// Grays
@black:                 #131415;
@grayDark:              #4D4137; 
@grayDarker:            darken(@grayDark, 10%);
@gray:                  #8A7056;
@grayLight:             #AC8F6A;
@grayLighter:           #BEBBAF;
@white:                 #DEE7EE;

You can find these at the top of the less output.

These also correspond to the colors in the Customize part. So you can get colors hex value from there too.

Foolevil commented 11 years ago

Thank you… I've found this Lavish fascinating. I already found this. I have to really do my homework with Ruby!

mquan commented 11 years ago

So I assume this issue is resolved. Let me know otherwise