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

Improve Dark Mode for gentle highlight box

Summary:
Use a more "gentle" color in dark mode to make text more readable.

Refs T15056

Test Plan:
* Go to http://phorge.localhost/settings/panel/display/ and set `Accessibility` to `Dark Mode (Experimental)`
* Go to a Maniphest task _again_ which has many comments and activity and look at the "There are a very large number of changes, so older changes are hidden. Show Older Changes" box color
* Go to a Differential revision which includes binary files and look at the "This is a binary file" box color

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T15056

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

+2 -2
+2 -2
src/applications/celerity/postprocessor/CelerityDarkModePostprocessor.php
··· 211 211 'diff.update-history-old-now' => '#903e3e', 212 212 213 213 // Usually light yellow 214 - 'gentle.highlight' => '#26c1c9', 215 - 'gentle.highlight.border' => '#21a9b0', 214 + 'gentle.highlight' => '#105356', 215 + 'gentle.highlight.border' => '#0c3e40', 216 216 217 217 'paste.content' => '#222222', 218 218 'paste.border' => '#000000',