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

Lighten up red and green in diffs

Summary: Because new+old stack, these colors were darker than intended. Lightening them up a little bit.

Test Plan: Review a diff with new + old code and addtion subtractions.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

authored by

Chad Little and committed by
chad
2dc4096e b256f2d7

+9 -9
+6 -6
resources/celerity/map.php
··· 10 10 'core.pkg.css' => '8aeacc63', 11 11 'core.pkg.js' => '3f15fa62', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 - 'differential.pkg.css' => '33da0633', 13 + 'differential.pkg.css' => 'a3a7e5df', 14 14 'differential.pkg.js' => '4b7d8f19', 15 15 'diffusion.pkg.css' => '91c5d3a6', 16 16 'diffusion.pkg.js' => '3a9a8bfa', ··· 57 57 'rsrc/css/application/dashboard/dashboard.css' => 'bc6f2127', 58 58 'rsrc/css/application/diff/inline-comment-summary.css' => '51efda3a', 59 59 'rsrc/css/application/differential/add-comment.css' => 'c47f8c40', 60 - 'rsrc/css/application/differential/changeset-view.css' => '7bcbe615', 60 + 'rsrc/css/application/differential/changeset-view.css' => 'febd2372', 61 61 'rsrc/css/application/differential/core.css' => '5b7b8ff4', 62 62 'rsrc/css/application/differential/phui-inline-comment.css' => '5953c28e', 63 63 'rsrc/css/application/differential/revision-comment.css' => '14b8565a', ··· 552 552 'conpherence-update-css' => 'faf6be09', 553 553 'conpherence-widget-pane-css' => '775eaaba', 554 554 'd3' => 'a11a5ff2', 555 - 'differential-changeset-view-css' => '7bcbe615', 555 + 'differential-changeset-view-css' => 'febd2372', 556 556 'differential-core-view-css' => '5b7b8ff4', 557 557 'differential-inline-comment-editor' => '64a5550f', 558 558 'differential-revision-add-comment-css' => 'c47f8c40', ··· 1513 1513 'javelin-stratcom', 1514 1514 'javelin-util', 1515 1515 ), 1516 - '7bcbe615' => array( 1517 - 'phui-inline-comment-view-css', 1518 - ), 1519 1516 '7cbe244b' => array( 1520 1517 'javelin-install', 1521 1518 'javelin-util', ··· 2202 2199 ), 2203 2200 'fea0eb47' => array( 2204 2201 'javelin-install', 2202 + ), 2203 + 'febd2372' => array( 2204 + 'phui-inline-comment-view-css', 2205 2205 ), 2206 2206 ), 2207 2207 'packages' => array(
+3 -3
webroot/rsrc/css/application/differential/changeset-view.css
··· 102 102 } 103 103 104 104 .differential-diff td.old { 105 - background: rgba(251, 175, 175, 0.3); 105 + background: rgba(251, 175, 175, .3); 106 106 } 107 107 108 108 .differential-diff td.new { ··· 119 119 120 120 .differential-diff td.old-full, 121 121 .differential-diff td.old span.bright { 122 - background: rgba(251, 175, 175, 0.8); 122 + background: rgba(251, 175, 175, .7); 123 123 } 124 124 125 125 .differential-diff td.new-full, 126 126 .differential-diff td.new span.bright { 127 - background: rgba(151, 234, 151, .8); 127 + background: rgba(151, 234, 151, .6); 128 128 } 129 129 130 130 .differential-diff td.copy {