2014-06-02 07:12:46 -04:00
|
|
|
/*
|
2012-12-01 07:49:21 -05:00
|
|
|
* General Colors
|
|
|
|
*/
|
2012-11-23 11:26:26 -05:00
|
|
|
$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
|
|
|
|
2014-06-02 07:12:46 -04:00
|
|
|
/*
|
|
|
|
* Link colors
|
|
|
|
*/
|
|
|
|
$link_color: #446e9b;
|
|
|
|
$link_hover_color: #2FA0BB;
|
|
|
|
|
2014-05-16 06:47:34 -04:00
|
|
|
/*
|
|
|
|
* Success colors (green)
|
|
|
|
*/
|
2014-05-31 07:48:33 -04:00
|
|
|
$border_success: #469408;
|
|
|
|
$bg_success: #469408;
|
2014-05-16 06:47:34 -04:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Danger colors (red)
|
|
|
|
*/
|
|
|
|
$border_danger: #d43f3a;
|
|
|
|
$bg_danger: #d9534f;
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Primary colors (blue)
|
|
|
|
*/
|
2014-05-31 07:48:33 -04:00
|
|
|
$border_primary: #446e9b;
|
|
|
|
$bg_primary: #446e9b;
|
2014-05-16 06:47:34 -04:00
|
|
|
|
2014-05-30 17:13:15 -04:00
|
|
|
/*
|
|
|
|
* Warning colors (yellow)
|
|
|
|
*/
|
2014-05-31 07:48:33 -04:00
|
|
|
$bg_warning: #d9831f;
|
|
|
|
$border_warning: #d9831f;
|
2014-05-16 06:47:34 -04:00
|
|
|
|
2012-12-01 07:49:21 -05:00
|
|
|
/**
|
|
|
|
* Commit Diff Colors
|
|
|
|
*/
|
|
|
|
$added: #63c363;
|
|
|
|
$deleted: #f77;
|