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