Skip to content

Commit

Permalink
Add kerbal colour
Browse files Browse the repository at this point in the history
  • Loading branch information
indiv0 committed Dec 1, 2016
1 parent 403d65d commit c032fbe
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 @@ -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)`.
Expand Down

0 comments on commit c032fbe

Please sign in to comment.