aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/colour.rs2
1 files changed, 2 insertions, 0 deletions
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)`.