| @@ -43,12 +43,13 @@ | ||
| 43 | 43 | 'id' => 'nebula', |
| 44 | 44 | 'label' => __( 'Nebula', 'desktop-mode' ), |
| 45 | 45 | 'value' => '#ec9bff', |
| 46 | 46 | ), |
| 47 | - // The other two brand accents. Sirius is the cool counterweight | |
| 48 | - // to Pulse and the only light accent in the set; Lagoon sits | |
| 49 | - // between the two families and is what the guide reaches for | |
| 50 | - // when Pulse is too loud and WordPress Blue too corporate. | |
| 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. | |
| 51 | 52 | array( |
| 52 | 53 | 'id' => 'sirius', |
| 53 | 54 | 'label' => __( 'Sirius', 'desktop-mode' ), |
| 54 | 55 | 'value' => '#9af2ff', |
| @@ -56,8 +57,13 @@ | ||
| 56 | 57 | array( |
| 57 | 58 | 'id' => 'lagoon', |
| 58 | 59 | 'label' => __( 'Lagoon', 'desktop-mode' ), |
| 59 | 60 | 'value' => '#9f98ff', |
| 61 | + ), | |
| 62 | + array( | |
| 63 | + 'id' => 'starlight', | |
| 64 | + 'label' => __( 'Starlight', 'desktop-mode' ), | |
| 65 | + 'value' => '#fffbff', | |
| 60 | 66 | ), |
| 61 | 67 | array( |
| 62 | 68 | 'id' => 'wp-blue', |
| 63 | 69 | 'label' => __( 'WordPress Blue', 'desktop-mode' ), |