PluginProbe
OpenStation: Desktop Windows, Dock & Virtual Desktops for WP Admin / 1.1.10
OpenStation: Desktop Windows, Dock & Virtual Desktops for WP Admin v1.1.10
1.1.10 1.1.9 1.1.8 1.1.7 1.1.6 1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.1 1.0.0 0.9.8 0.9.7 0.9.6 0.9.4 0.9.5 0.9.3 0.9.2 0.9.1 0.9.0 0.8.9 0.8.8 0.8.7 All 34 releases
← All changes | includes/accents.php +10 -4 1.1.91.1.10 View file →
@@ -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' ),