Changeset View
Changeset View
Standalone View
Standalone View
src/applications/celerity/CelerityResourceTransformer.php
| Show First 20 Lines • Show All 201 Lines • ▼ Show 20 Lines | return array( | ||||
| 'indigo' => '#6e5cb6', | 'indigo' => '#6e5cb6', | ||||
| 'lightindigo' => '#eae6f7', | 'lightindigo' => '#eae6f7', | ||||
| 'pink' => '#da49be', | 'pink' => '#da49be', | ||||
| 'lightpink' => '#fbeaf8', | 'lightpink' => '#fbeaf8', | ||||
| 'violet' => '#8e44ad', | 'violet' => '#8e44ad', | ||||
| 'lightviolet' => '#ecdff1', | 'lightviolet' => '#ecdff1', | ||||
| 'charcoal' => '#4b4d51', | 'charcoal' => '#4b4d51', | ||||
| 'backdrop' => '#dadee7', | 'backdrop' => '#dadee7', | ||||
| 'hoverwhite' => 'rgba(255,255,255,.75)', | |||||
| 'hovergrey' => '#c5cbcf', | 'hovergrey' => '#c5cbcf', | ||||
| 'hoverblue' => '#eceff5', | 'hoverblue' => '#eceff5', | ||||
| 'hoverborder' => '#dfe1e9', | 'hoverborder' => '#dfe1e9', | ||||
| 'hoverselectedgrey' => '#bbc4ca', | 'hoverselectedgrey' => '#bbc4ca', | ||||
| 'hoverselectedblue' => '#e6e9ee', | 'hoverselectedblue' => '#e6e9ee', | ||||
| // Base Greys | // Base Greys | ||||
| 'lightgreyborder' => '#C7CCD9', | 'lightgreyborder' => '#C7CCD9', | ||||
| ▲ Show 20 Lines • Show All 189 Lines • Show Last 20 Lines | |||||