diff options
| author | indiv0 <[email protected]> | 2016-11-30 19:29:10 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-11-30 19:29:10 -0500 |
| commit | c032fbe7a5c65fb6824a5eb36daf327134b854cf (patch) | |
| tree | 957a213f5add350206d5a7ee20a226c5e0a17aa9 /src/utils | |
| parent | Release v0.1.0 (diff) | |
| download | serenity-c032fbe7a5c65fb6824a5eb36daf327134b854cf.tar.xz serenity-c032fbe7a5c65fb6824a5eb36daf327134b854cf.zip | |
Add kerbal colour
Diffstat (limited to 'src/utils')
| -rw-r--r-- | src/utils/colour.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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)`. |