diff options
| author | Mei <[email protected]> | 2017-01-02 17:49:56 -0500 |
|---|---|---|
| committer | zeyla <[email protected]> | 2017-01-02 14:49:56 -0800 |
| commit | 2cb607d72a39aa7ab3df866b23de4c9798e69a0f (patch) | |
| tree | a6ab4f957252e65d8400c7427a4d60ed47736a3f /src/utils | |
| parent | hashmap of usages (diff) | |
| download | serenity-2cb607d72a39aa7ab3df866b23de4c9798e69a0f.tar.xz serenity-2cb607d72a39aa7ab3df866b23de4c9798e69a0f.zip | |
Add Meibi Pink to colours
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 a40d356..9df2053 100644 --- a/src/utils/colour.rs +++ b/src/utils/colour.rs @@ -290,6 +290,8 @@ colour! { lighter_grey, 0x95A5A6; /// Creates a new `Colour`, setting its RGB value to `(233, 30, 99)`. magenta, 0xE91E63; + /// Creates a new `Colour`, setting its RGB value to `(230, 131, 151)`. + meibi_pink, 0xE68397; /// Creates a new `Colour`, setting its RGB value to `(230, 126, 34)`. orange, 0xE67E22; /// Creates a new `Colour`, setting its RGB value to `(155, 89, 182)`. |