Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/webroot/rsrc/css/application/base/phui-theme.css
13441 views
1
/**
2
* @provides phui-theme-css
3
*/
4
5
/*--- Header Colors ----------------------------------------------------------*/
6
7
.phui-theme-blindigo .phabricator-main-menu-background {
8
background: #4a5f88;
9
}
10
11
.phui-theme-dark .phabricator-main-menu-background {
12
background: #171c20;
13
}
14
15
.phui-theme-indigo .phabricator-main-menu-background {
16
background: #2C1D4A;
17
}
18
19
.phui-theme-red .phabricator-main-menu-background {
20
background: #650404;
21
}
22
23
.phui-theme-blue .phabricator-main-menu-background {
24
background: #003965;
25
}
26
27
.phui-theme-green .phabricator-main-menu-background {
28
background: #124A1B;
29
}
30
31
32