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 de55df6..51fcd0c 100644
--- a/src/utils/colour.rs
+++ b/src/utils/colour.rs
@@ -262,6 +262,8 @@ colour! {
darker_grey, 0x546E7A;
/// Creates a new `Colour`, setting its RGB value to `(241, 196, 15)`.
gold, 0xF1C40F;
+ /// Creates a new `Colour`, setting its RGB value to `(186, 218, 85)`.
+ kerbal, 0xBADA55;
/// Creates a new `Colour`, setting its RGB value to `(151, 156, 159)`.
light_grey, 0x979C9F;
/// Creates a new `Colour`, setting its RGB value to `(149, 165, 166)`.