Differential D21156 Diff 50371 src/applications/celerity/postprocessor/CelerityRedGreenPostprocessor.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/celerity/postprocessor/CelerityRedGreenPostprocessor.php
| Show All 11 Lines | final class CelerityRedGreenPostprocessor | ||||
| } | } | ||||
| public function buildVariables() { | public function buildVariables() { | ||||
| return array( | return array( | ||||
| 'new-background' => 'rgba(152, 207, 235, .15)', | 'new-background' => 'rgba(152, 207, 235, .15)', | ||||
| 'new-bright' => 'rgba(152, 207, 235, .35)', | 'new-bright' => 'rgba(152, 207, 235, .35)', | ||||
| 'old-background' => 'rgba(250, 212, 175, .3)', | 'old-background' => 'rgba(250, 212, 175, .3)', | ||||
| 'old-bright' => 'rgba(250, 212, 175, .55)', | 'old-bright' => 'rgba(250, 212, 175, .55)', | ||||
| 'delete-color' => '#e67e22', | |||||
| 'create-color' => '#2980b9', | |||||
| ); | ); | ||||
| } | } | ||||
| } | } | ||||