From 2cb607d72a39aa7ab3df866b23de4c9798e69a0f Mon Sep 17 00:00:00 2001 From: Mei Date: Mon, 2 Jan 2017 17:49:56 -0500 Subject: [PATCH] Add Meibi Pink to colours --- src/utils/colour.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils/colour.rs b/src/utils/colour.rs index a40d356c4ba..9df2053d7e2 100644 --- a/src/utils/colour.rs +++ b/src/utils/colour.rs @@ -290,6 +290,8 @@ colour! { lighter_grey, 0x95A5A6; /// Creates a new `Colour`, setting its RGB value to `(233, 30, 99)`. magenta, 0xE91E63; + /// Creates a new `Colour`, setting its RGB value to `(230, 131, 151)`. + meibi_pink, 0xE68397; /// Creates a new `Colour`, setting its RGB value to `(230, 126, 34)`. orange, 0xE67E22; /// Creates a new `Colour`, setting its RGB value to `(155, 89, 182)`.