2013-03-18 23:33:30 +00:00
|
|
|
// color variables
|
|
|
|
|
$worst = rgb(230, 184, 175)
|
|
|
|
|
$worse = rgb(244, 204, 204)
|
|
|
|
|
$bad = rgb(252, 229, 205)
|
|
|
|
|
$neutral = rgb(255, 242, 204)
|
|
|
|
|
$good = rgb(217, 234, 211)
|
|
|
|
|
$better = rgb(208, 224, 227)
|
|
|
|
|
$best = rgb(201, 218, 248)
|
2014-03-16 23:53:51 +00:00
|
|
|
$completed = rgb(217, 217, 217)
|
2014-04-05 14:03:36 +00:00
|
|
|
// avatar background colors
|
2014-03-16 23:53:51 +00:00
|
|
|
$color-herobox = desaturate(lighten($better, 16%),32%)
|
2014-04-05 14:03:36 +00:00
|
|
|
// toolbar background colors
|
|
|
|
|
$color-toolbar = lighten($color-herobox, 70%)
|
2014-04-03 08:19:54 +00:00
|
|
|
// button color variables
|
|
|
|
|
$color-button-style-one = $best
|