diff options
| author | Brendan McCarthy <[email protected]> | 2017-01-06 19:22:23 -0500 |
|---|---|---|
| committer | zeyla <[email protected]> | 2017-01-06 16:22:23 -0800 |
| commit | 345e1401142d21a0fdabb2accd1f33e3a07c02c8 (patch) | |
| tree | dbc33c29ba594c9f95471739999ee9e53c065ecc /src/utils | |
| parent | Make Client.shards private (diff) | |
| download | serenity-345e1401142d21a0fdabb2accd1f33e3a07c02c8.tar.xz serenity-345e1401142d21a0fdabb2accd1f33e3a07c02c8.zip | |
Add Rohrkatze Blue to Colour struct
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 9df2053..acf374f 100644 --- a/src/utils/colour.rs +++ b/src/utils/colour.rs @@ -298,6 +298,8 @@ colour! { purple, 0x9B59B6; /// Creates a new `Colour`, setting its RGB value to `(231, 76, 60)`. red, 0xE74C3C; + /// Creates a new `Colour`, setting its RGB value to `(117, 150, 255)`. + rohrkatze_blue, 0x7596FF; /// Creates a new `Colour`, setting its RGB value to `(246, 219, 216)`. rosewater, 0xF6DBD8; /// Creates a new `Colour`, setting its RGB value to `(26, 188, 156)`. |