From c032fbe7a5c65fb6824a5eb36daf327134b854cf Mon Sep 17 00:00:00 2001 From: indiv0 Date: Wed, 30 Nov 2016 19:29:10 -0500 Subject: Add kerbal colour --- 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 de55df6..51fcd0c 100644 --- a/src/utils/colour.rs +++ b/src/utils/colour.rs @@ -262,6 +262,8 @@ colour! { darker_grey, 0x546E7A; /// Creates a new `Colour`, setting its RGB value to `(241, 196, 15)`. gold, 0xF1C40F; + /// Creates a new `Colour`, setting its RGB value to `(186, 218, 85)`. + kerbal, 0xBADA55; /// Creates a new `Colour`, setting its RGB value to `(151, 156, 159)`. light_grey, 0x979C9F; /// Creates a new `Colour`, setting its RGB value to `(149, 165, 166)`. -- cgit v1.2.3