From 345e1401142d21a0fdabb2accd1f33e3a07c02c8 Mon Sep 17 00:00:00 2001 From: Brendan McCarthy Date: Fri, 6 Jan 2017 19:22:23 -0500 Subject: Add Rohrkatze Blue to Colour struct --- src/utils/colour.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/utils/colour.rs b/src/utils/colour.rs index 9df2053..acf374f 100644 --- a/src/utils/colour.rs +++ b/src/utils/colour.rs @@ -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)`. -- cgit v1.2.3