diff options
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)`. |