2015-06-03 20:21:12 -07:00
|
|
|
/**
|
|
|
|
* @provides phui-theme-css
|
|
|
|
*/
|
|
|
|
|
2016-01-27 13:37:36 -08:00
|
|
|
/*--- Header Colors ----------------------------------------------------------*/
|
2016-01-18 20:59:06 -08:00
|
|
|
|
|
|
|
.phui-theme-blindigo .phabricator-main-menu-background {
|
2017-01-31 08:58:33 -08:00
|
|
|
background: #4a5f88;
|
2016-01-18 20:59:06 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.phui-theme-dark .phabricator-main-menu-background {
|
|
|
|
background: #171c20;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-theme-indigo .phabricator-main-menu-background {
|
2016-01-27 13:37:36 -08:00
|
|
|
background: #2C1D4A;
|
2016-01-18 20:59:06 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.phui-theme-red .phabricator-main-menu-background {
|
|
|
|
background: #650404;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-theme-blue .phabricator-main-menu-background {
|
2016-01-27 13:37:36 -08:00
|
|
|
background: #003965;
|
2016-01-18 20:59:06 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.phui-theme-green .phabricator-main-menu-background {
|
|
|
|
background: #124A1B;
|
|
|
|
}
|
|
|
|
|