Skip to content

Commit

Permalink
Add Rohrkatze Blue to Colour struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan McCarthy authored and zeyla committed Jan 7, 2017
1 parent c0d0fda commit 345e140
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 @@ -298,6 +298,8 @@ colour! {
purple, 0x9B59B6;
/// Creates a new `Colour`, setting its RGB value to `(231, 76, 60)`.
red, 0xE74C3C;
/// Creates a new `Colour`, setting its RGB value to `(117, 150, 255)`.
rohrkatze_blue, 0x7596FF;
/// Creates a new `Colour`, setting its RGB value to `(246, 219, 216)`.
rosewater, 0xF6DBD8;
/// Creates a new `Colour`, setting its RGB value to `(26, 188, 156)`.
Expand Down

0 comments on commit 345e140

Please sign in to comment.