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