Skip to content

Commit

Permalink
Add Meibi Pink to colours
Browse files Browse the repository at this point in the history
  • Loading branch information
hsiW authored and zeyla committed Jan 2, 2017
1 parent 6639d4f commit 2cb607d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/colour.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)`.
Expand Down

0 comments on commit 2cb607d

Please sign in to comment.