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

Fix Dark Mode for Conpherence chatroom list background colors

Summary:
Fix some light Base Colors to be darker in Dark Mode. They had been the same as in Default Mode so far.

Refs T15056

Test Plan:
* Go to http://phorge.localhost/settings/panel/display/ and set `Accessibility` to `Dark Mode (Experimental)`
* Go to Conpherence room `Z1`
* Click the Settings cog button in upper right corner
* In "Room Preferences", set "Theme" to "Pink" or to "Indigo"
* Look at the sidebar listing all chatrooms

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/D26391

+3 -3
+3 -3
src/applications/celerity/postprocessor/CelerityDarkModePostprocessor.php
··· 41 41 'blue' => '#2980b9', 42 42 'lightblue' => '#1d5981', 43 43 'sky' => '#3498db', 44 - 'lightsky' => '#ddeef9', 44 + 'lightsky' => '#175782', 45 45 'fire' => '#e62f17', 46 46 'indigo' => '#6e5cb6', 47 - 'lightindigo' => '#eae6f7', 47 + 'lightindigo' => '#372574', 48 48 'pink' => '#da49be', 49 - 'lightpink' => '#fbeaf8', 49 + 'lightpink' => '#81186d', 50 50 'violet' => '#8e44ad', 51 51 'lightviolet' => '#622f78', 52 52 'charcoal' => '#4b4d51',