diff options
| author | Ken Swenson <[email protected]> | 2016-12-01 16:44:46 -0500 |
|---|---|---|
| committer | Austin Hellyer <[email protected]> | 2016-12-01 14:00:13 -0800 |
| commit | 9aa357f0c8f504b53b49824cc20561c8501d2dda (patch) | |
| tree | 186a3afa0cf8f1090aa7651c839f6c15720b9763 /src/utils | |
| parent | Fix a typo (diff) | |
| download | serenity-9aa357f0c8f504b53b49824cc20561c8501d2dda.tar.xz serenity-9aa357f0c8f504b53b49824cc20561c8501d2dda.zip | |
Add fabled_pink 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 886dc4f..5a7f6ea 100644 --- a/src/utils/colour.rs +++ b/src/utils/colour.rs @@ -263,6 +263,8 @@ colour! { dark_teal, 0x11806A; /// Creates a new `Colour`, setting its RGB value to `(84, 110, 122)`. darker_grey, 0x546E7A; + /// Creates a new `Colour`, setting its RGB value to `(250, 177, 237)`. + fabled_pink, 0xFAB1ED /// 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)`. |