From e9282d3373158b6e9792a5484ae3dfb9212eb6f7 Mon Sep 17 00:00:00 2001 From: GetRektByMe Date: Thu, 1 Dec 2016 00:14:36 +0000 Subject: Add Blurple to Colour list Add a Blurple colour with RGB value 114,137,218. --- src/utils/colour.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/utils') diff --git a/src/utils/colour.rs b/src/utils/colour.rs index 51fcd0c..74fce07 100644 --- a/src/utils/colour.rs +++ b/src/utils/colour.rs @@ -240,6 +240,8 @@ colour! { Colour; /// Creates a new `Colour`, setting its RGB value to `(52, 152, 219)`. blue, 0x3498DB; + /// Creates a new `Colour`, setting its RGB value to `(114, 137, 218)`. + blurple, 0x7289DA; /// Creates a new `Colour`, setting its RGB value to `(32, 102, 148)`. dark_blue, 0x206694; /// Creates a new `Colour`, setting its RGB value to `(31, 139, 76)`. -- cgit v1.2.3