Differential D21250 Diff 50605 src/applications/celerity/postprocessor/CelerityDefaultPostprocessor.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/celerity/postprocessor/CelerityDefaultPostprocessor.php
| Show First 20 Lines • Show All 202 Lines • ▼ Show 20 Lines | return array( | ||||
| 'old-bright' => 'rgba(251, 175, 175, .7)', | 'old-bright' => 'rgba(251, 175, 175, .7)', | ||||
| 'move-background' => '#fdf5d4', | 'move-background' => '#fdf5d4', | ||||
| 'copy-background' => '#f1c40f', | 'copy-background' => '#f1c40f', | ||||
| // Usually light yellow | // Usually light yellow | ||||
| 'gentle.highlight' => '#fdf3da', | 'gentle.highlight' => '#fdf3da', | ||||
| 'gentle.highlight.border' => '#c9b8a8', | 'gentle.highlight.border' => '#c9b8a8', | ||||
| 'highlight.bright' => '#fdf320', | |||||
| 'paste.content' => '#fffef5', | 'paste.content' => '#fffef5', | ||||
| 'paste.border' => '#e9dbcd', | 'paste.border' => '#e9dbcd', | ||||
| 'paste.highlight' => '#fdf3da', | 'paste.highlight' => '#fdf3da', | ||||
| // Background color for "most" themes. | // Background color for "most" themes. | ||||
| 'page.background' => '#f3f5f7', | 'page.background' => '#f3f5f7', | ||||
| 'page.sidenav' => '#eaedf1', | 'page.sidenav' => '#eaedf1', | ||||
| 'page.content' => '#fff', | 'page.content' => '#fff', | ||||
| Show All 31 Lines | |||||