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)`.