Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15532513
D13375.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D13375.id.diff
View Options
diff --git a/src/applications/celerity/postprocessor/CelerityHighContrastPostprocessor.php b/src/applications/celerity/postprocessor/CelerityHighContrastPostprocessor.php
--- a/src/applications/celerity/postprocessor/CelerityHighContrastPostprocessor.php
+++ b/src/applications/celerity/postprocessor/CelerityHighContrastPostprocessor.php
@@ -13,14 +13,56 @@
public function buildVariables() {
return array(
- 'page.background.light' => '#dfdfdf',
- 'page.background.dark' => '#dfdfdf',
+ 'blue' => '#226B9B',
+ 'sky' => '#226B9B',
+ 'anchor' => '#226B9B',
+
+ 'thinblueborder' => '#BFCFDA',
+ 'lightblueborder' => '#8C98B8',
+ 'blueborder' => '#626E82',
+
+ 'lightgreyborder' => '#555',
+ 'greyborder' => '#333',
+
+ 'lightbluetext' => '#555',
+ 'bluetext' => '#333',
+ 'darkbluetext' => '#000',
+
+ 'lightgreytext' => '#555',
+ 'greytext' => '#333',
+ 'darkgreytext' => '#000',
+
+ 'sh-redtext' => '#333',
+ 'sh-redborder' => '#777',
+
+ 'sh-greentext' => '#333',
+ 'sh-greenborder' => '#777',
+
+ 'sh-bluetext' => '#333',
+ 'sh-blueborder' => '#777',
+
+ 'sh-yellowtext' => '#333',
+ 'sh-yellowborder' => '#777',
+
+ 'sh-orangetext' => '#333',
+ 'sh-orangeborder' => '#777',
+
+ 'sh-violettext' => '#333',
+ 'sh-violetborder' => '#777',
+
+ 'sh-indigotext' => '#333',
+ 'sh-indigoborder' => '#777',
+
+ 'sh-pinktext' => '#333',
+ 'sh-pinkborder' => '#777',
+
+ 'sh-greytext' => '#333',
+ 'sh-greyborder' => '#777',
+
+ 'sh-disabledtext' => '#555',
+ 'sh-disabledborder' => '#777',
- 'lightblueborder' => '#000099',
- 'blueborder' => '#000066',
- 'lightbluetext' => '#333366',
- 'bluetext' => '#222244',
);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 24, 4:04 PM (4 d, 1 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7706203
Default Alt Text
D13375.id.diff (1 KB)
Attached To
Mode
D13375: [Redesign] Full High Contrast Mode
Attached
Detach File
Event Timeline
Log In to Comment