Differential D21256 Diff 50617 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 76 Lines • ▼ Show 20 Lines | return array( | ||||
| // Alphas | // Alphas | ||||
| 'alphawhite' => '255,255,255', | 'alphawhite' => '255,255,255', | ||||
| 'alphagrey' => '55,55,55', | 'alphagrey' => '55,55,55', | ||||
| 'alphablue' => '71,87,120', | 'alphablue' => '71,87,120', | ||||
| 'alphablack' => '0,0,0', | 'alphablack' => '0,0,0', | ||||
| // Base Greys | // Base Greys | ||||
| 'thingreyborder' => '#dadee8', | |||||
| 'lightgreyborder' => '#C7CCD9', | 'lightgreyborder' => '#C7CCD9', | ||||
| 'greyborder' => '#A1A6B0', | 'greyborder' => '#A1A6B0', | ||||
| 'darkgreyborder' => '#676A70', | 'darkgreyborder' => '#676A70', | ||||
| 'lightgreytext' => '#92969D', | 'lightgreytext' => '#92969D', | ||||
| 'greytext' => '#74777D', | 'greytext' => '#74777D', | ||||
| 'darkgreytext' => '#4B4D51', | 'darkgreytext' => '#4B4D51', | ||||
| 'lightgreybackground' => '#F7F7F7', | 'lightgreybackground' => '#F7F7F7', | ||||
| 'greybackground' => '#EBECEE', | 'greybackground' => '#EBECEE', | ||||
| ▲ Show 20 Lines • Show All 109 Lines • ▼ Show 20 Lines | return array( | ||||
| 'old-background' => 'rgba(251, 175, 175, .3)', | 'old-background' => 'rgba(251, 175, 175, .3)', | ||||
| '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', | ||||
| 'gentle.highlight.background' => '#fffdf6', | |||||
| 'highlight.bright' => '#fdf320', | '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. | ||||
| Show All 34 Lines | |||||