@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.

Tweakify the yellow in code embeds

Summary: This runs 50% of our stock 'lightyellow'.

Test Plan: staring intensifies

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+4 -4
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '521656c5', 10 + 'core.pkg.css' => 'a11c3643', 11 11 'core.pkg.js' => '47dc9ebb', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '2de124c9', ··· 104 104 'rsrc/css/application/tokens/tokens.css' => '3d0f239e', 105 105 'rsrc/css/application/uiexample/example.css' => '528b19de', 106 106 'rsrc/css/core/core.css' => 'a76cefc9', 107 - 'rsrc/css/core/remarkup.css' => 'e27a26b2', 107 + 'rsrc/css/core/remarkup.css' => 'fa3a8225', 108 108 'rsrc/css/core/syntax.css' => '9fd11da8', 109 109 'rsrc/css/core/z-index.css' => '57ddcaa2', 110 110 'rsrc/css/diviner/diviner-shared.css' => '5a337049', ··· 733 733 'phabricator-object-selector-css' => '85ee8ce6', 734 734 'phabricator-phtize' => 'd254d646', 735 735 'phabricator-prefab' => '6920d200', 736 - 'phabricator-remarkup-css' => 'e27a26b2', 736 + 'phabricator-remarkup-css' => 'fa3a8225', 737 737 'phabricator-search-results-css' => '7dea472c', 738 738 'phabricator-shaped-request' => '7cbe244b', 739 739 'phabricator-side-menu-view-css' => 'bec2458e',
+1 -1
webroot/rsrc/css/core/remarkup.css
··· 39 39 } 40 40 41 41 .phabricator-remarkup .remarkup-code-block pre { 42 - background: #FFFEF5; 42 + background: #FEF9ED; 43 43 border: 1px solid {$sh-lightyellowborder}; 44 44 display: block; 45 45 color: #000;