| @@ -43,8 +43,28 @@ | ||
| 43 | 43 | 'id' => 'nebula', |
| 44 | 44 | 'label' => __( 'Nebula', 'desktop-mode' ), |
| 45 | 45 | 'value' => '#ec9bff', |
| 46 | 46 | ), |
| 47 | + // The other brand accents. Sirius is the cool counterweight to | |
| 48 | + // Pulse; Lagoon sits between the two families and is what the | |
| 49 | + // guide reaches for when Pulse is too loud and WordPress Blue | |
| 50 | + // too corporate; Starlight is the brand's light, for a station | |
| 51 | + // with no colour at all. | |
| 52 | + array( | |
| 53 | + 'id' => 'sirius', | |
| 54 | + 'label' => __( 'Sirius', 'desktop-mode' ), | |
| 55 | + 'value' => '#9af2ff', | |
| 56 | + ), | |
| 57 | + array( | |
| 58 | + 'id' => 'lagoon', | |
| 59 | + 'label' => __( 'Lagoon', 'desktop-mode' ), | |
| 60 | + 'value' => '#9f98ff', | |
| 61 | + ), | |
| 62 | + array( | |
| 63 | + 'id' => 'starlight', | |
| 64 | + 'label' => __( 'Starlight', 'desktop-mode' ), | |
| 65 | + 'value' => '#fffbff', | |
| 66 | + ), | |
| 47 | 67 | array( |
| 48 | 68 | 'id' => 'wp-blue', |
| 49 | 69 | 'label' => __( 'WordPress Blue', 'desktop-mode' ), |
| 50 | 70 | 'value' => '#2271b1', |