Skip to content

Commit

Permalink
Add blitz blue color
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl authored and Austin Hellyer committed Dec 1, 2016
1 parent e9282d3 commit f53124e
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 @@ -238,6 +238,8 @@ impl From<u64> for Colour {

colour! {
Colour;
/// Creates a new `Colour`, setting its RGB value to `(111, 198, 226)`.
blitz_blue, 0x6fc6e2;
/// Creates a new `Colour`, setting its RGB value to `(52, 152, 219)`.
blue, 0x3498DB;
/// Creates a new `Colour`, setting its RGB value to `(114, 137, 218)`.
Expand Down

0 comments on commit f53124e

Please sign in to comment.