From f53124ec952124f5b742f204cdf7e1dc00a168ab Mon Sep 17 00:00:00 2001 From: Crawl Date: Thu, 1 Dec 2016 10:01:37 +0900 Subject: Add blitz blue color --- 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 74fce07..e00d2d9 100644 --- a/src/utils/colour.rs +++ b/src/utils/colour.rs @@ -238,6 +238,8 @@ impl From for Colour { colour! { Colour; + /// Creates a new `Colour`, setting its RGB value to `(111, 198, 226)`. + blitz_blue, 0x6fc6e2; /// 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)`. -- cgit v1.2.3