Skip to content

Commit e81ec73

Browse files
committed
[Redesign] Add back limited header-color options
Summary: Ref T8099. Adds back basic header color options, which change the logo color instead. Also RAINBOW. Test Plan: tested each of the new colors. {F442284} Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T8099 Differential Revision: https://secure.phabricator.com/D13040
1 parent b24260b commit e81ec73

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+137
-186
lines changed

resources/celerity/map.php

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88
return array(
99
'names' => array(
10-
'core.pkg.css' => 'e5517713',
10+
'core.pkg.css' => '75121d30',
1111
'core.pkg.js' => '9db3e620',
1212
'darkconsole.pkg.js' => 'e7393ebb',
1313
'differential.pkg.css' => 'bb338e4b',
@@ -153,8 +153,7 @@
153153
'rsrc/css/phui/phui-workboard-view.css' => '720efdde',
154154
'rsrc/css/phui/phui-workpanel-view.css' => '015a0cab',
155155
'rsrc/css/sprite-login.css' => 'a3526809',
156-
'rsrc/css/sprite-main-header.css' => '28d01b0b',
157-
'rsrc/css/sprite-menu.css' => '02aa815a',
156+
'rsrc/css/sprite-menu.css' => 'ab8f6356',
158157
'rsrc/css/sprite-projects.css' => 'b0d9e24f',
159158
'rsrc/css/sprite-tokens.css' => '1706b943',
160159
'rsrc/externals/font/fontawesome/fontawesome-webfont.eot' => '5fb6fb0e',
@@ -305,9 +304,8 @@
305304
'rsrc/image/phrequent_inactive.png' => 'bfc15a69',
306305
'rsrc/image/sprite-login-X2.png' => 'a15918f0',
307306
'rsrc/image/sprite-login.png' => '8cee4f6e',
308-
'rsrc/image/sprite-main-header.png' => '39419fa6',
309-
'rsrc/image/sprite-menu-X2.png' => 'e8655658',
310-
'rsrc/image/sprite-menu.png' => 'e7e02f73',
307+
'rsrc/image/sprite-menu-X2.png' => 'dc41efa4',
308+
'rsrc/image/sprite-menu.png' => '8848c09a',
311309
'rsrc/image/sprite-projects-X2.png' => '8c91c839',
312310
'rsrc/image/sprite-projects.png' => 'ef9dc9b5',
313311
'rsrc/image/sprite-tokens-X2.png' => 'b4776580',
@@ -808,8 +806,7 @@
808806
'releeph-request-typeahead-css' => '667a48ae',
809807
'setup-issue-css' => '631c4e92',
810808
'sprite-login-css' => 'a3526809',
811-
'sprite-main-header-css' => '28d01b0b',
812-
'sprite-menu-css' => '02aa815a',
809+
'sprite-menu-css' => 'ab8f6356',
813810
'sprite-projects-css' => 'b0d9e24f',
814811
'sprite-tokens-css' => '1706b943',
815812
'syntax-highlighting-css' => '6b7b24d9',
@@ -2070,7 +2067,6 @@
20702067
'phui-list-view-css',
20712068
'font-fontawesome',
20722069
'phui-font-icon-base-css',
2073-
'sprite-main-header-css',
20742070
'phui-box-css',
20752071
'phui-object-box-css',
20762072
'phui-timeline-view-css',

resources/celerity/packages.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@
125125

126126
'font-fontawesome',
127127
'phui-font-icon-base-css',
128-
'sprite-main-header-css',
129128
'phui-box-css',
130129
'phui-object-box-css',
131130
'phui-timeline-view-css',
-174 Bytes
Binary file not shown.
-1.16 KB
Binary file not shown.

resources/sprite/main_header/blue.png

-401 Bytes
Binary file not shown.

resources/sprite/main_header/dark.png

-423 Bytes
Binary file not shown.
-171 Bytes
Binary file not shown.
-432 Bytes
Binary file not shown.
-943 Bytes
Binary file not shown.
-269 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)