2012-12-01 07:49:21 -05:00
|
|
|
/**
|
|
|
|
* General Colors
|
|
|
|
*/
|
2012-11-25 14:03:14 -05:00
|
|
|
$primary_color: #2FA0BB;
|
2012-11-23 11:26:26 -05:00
|
|
|
$link_color: #3A89A3;
|
|
|
|
$style_color: #474D57;
|
2014-01-13 16:18:30 -05:00
|
|
|
$bg_style_color: #2299BB;
|
2012-12-12 05:30:19 -05:00
|
|
|
$hover: #D9EDF7;
|
2012-12-01 07:49:21 -05:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Commit Diff Colors
|
|
|
|
*/
|
|
|
|
$added: #63c363;
|
|
|
|
$deleted: #f77;
|