@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[Redesign] Darken logo

Summary: Ref T8099, Just darkens the logo to {$darkbluetext}.

Test Plan: Reload, see new logo

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T8099

Differential Revision: https://secure.phabricator.com/D12911

+7 -7
+5 -5
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'a1c3a5c8', 10 + 'core.pkg.css' => '869d9929', 11 11 'core.pkg.js' => 'f3e08b38', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => 'bb338e4b', ··· 154 154 'rsrc/css/sprite-gradient.css' => '4bdb98a7', 155 155 'rsrc/css/sprite-login.css' => 'a3526809', 156 156 'rsrc/css/sprite-main-header.css' => '28d01b0b', 157 - 'rsrc/css/sprite-menu.css' => '3f052fdc', 157 + 'rsrc/css/sprite-menu.css' => '02aa815a', 158 158 'rsrc/css/sprite-projects.css' => 'b0d9e24f', 159 159 'rsrc/css/sprite-tokens.css' => '1706b943', 160 160 'rsrc/externals/font/fontawesome/fontawesome-webfont.eot' => '5fb6fb0e', ··· 307 307 'rsrc/image/sprite-login-X2.png' => 'a15918f0', 308 308 'rsrc/image/sprite-login.png' => '8cee4f6e', 309 309 'rsrc/image/sprite-main-header.png' => '39419fa6', 310 - 'rsrc/image/sprite-menu-X2.png' => '829263b7', 311 - 'rsrc/image/sprite-menu.png' => '055fbcc9', 310 + 'rsrc/image/sprite-menu-X2.png' => 'e8655658', 311 + 'rsrc/image/sprite-menu.png' => 'e7e02f73', 312 312 'rsrc/image/sprite-projects-X2.png' => '8c91c839', 313 313 'rsrc/image/sprite-projects.png' => 'ef9dc9b5', 314 314 'rsrc/image/sprite-tokens-X2.png' => 'b4776580', ··· 808 808 'sprite-gradient-css' => '4bdb98a7', 809 809 'sprite-login-css' => 'a3526809', 810 810 'sprite-main-header-css' => '28d01b0b', 811 - 'sprite-menu-css' => '3f052fdc', 811 + 'sprite-menu-css' => '02aa815a', 812 812 'sprite-projects-css' => 'b0d9e24f', 813 813 'sprite-tokens-css' => '1706b943', 814 814 'syntax-highlighting-css' => '6b7b24d9',
+2 -2
resources/sprite/manifest/menu.json
··· 4 4 "eye": { 5 5 "name": "eye", 6 6 "rule": ".phabricator-main-menu-eye", 7 - "hash": "4bcf36f0a4d6bdf7b987e578db3f4c22" 7 + "hash": "8848ce0f1d60278ba13a306805107d62" 8 8 }, 9 9 "logo": { 10 10 "name": "logo", 11 11 "rule": ".phabricator-main-menu-logo", 12 - "hash": "1efe86fd2071d41951395d0f6d23b8c3" 12 + "hash": "346032db9e1dbaafc9574664b9581b03" 13 13 } 14 14 }, 15 15 "scales": [
resources/sprite/menu_1x/eye.png

This is a binary file and will not be displayed.

resources/sprite/menu_1x/logo.png

This is a binary file and will not be displayed.

resources/sprite/menu_2x/eye.png

This is a binary file and will not be displayed.

resources/sprite/menu_2x/logo.png

This is a binary file and will not be displayed.

webroot/rsrc/image/sprite-menu-X2.png

This is a binary file and will not be displayed.

webroot/rsrc/image/sprite-menu.png

This is a binary file and will not be displayed.