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

Dark Mode: Make lightblueborder slightly lighter for better contrast

Summary:
Make `{$lightblueborder}` a wee bit lighter. This color is used in may places, e.g. for border lines of boxes, so we should not make a larger change, but I believe it is a contrast improvement for circled icons. See screenshots attached in the revision.

Refs T15056

Test Plan:
* Go to http://phorge.localhost/settings/panel/display/ and set `Accessibility` to `Dark Mode (Experimental)`
* Go to http://phorge.localhost/uiexample/view/PHUIIconExample/ and in the "Circles" section, look at both the box border color and the first six icons.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T15056

Differential Revision: https://we.phorge.it/D26371

+1 -1
+1 -1
src/applications/celerity/postprocessor/CelerityDarkModePostprocessor.php
··· 82 82 83 83 // Base Blues 84 84 'thinblueborder' => '#2c405a', 85 - 'lightblueborder' => '#39506d', 85 + 'lightblueborder' => '#3e5675', 86 86 'blueborder' => '#8C98B8', 87 87 'darkblueborder' => '#626E82', 88 88 'lightbluebackground' => 'rgba(255,255,255,.05)',