diff options
Diffstat (limited to 'src/utils.rs')
-rw-r--r-- | src/utils.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.rs b/src/utils.rs index c579241..2453aa6 100644 --- a/src/utils.rs +++ b/src/utils.rs | |||
@@ -53,7 +53,7 @@ fn magenta() -> String { | |||
53 | "magenta".into() | 53 | "magenta".into() |
54 | } | 54 | } |
55 | fn light_black() -> String { | 55 | fn light_black() -> String { |
56 | "light_black".into() | 56 | "light black".into() |
57 | } | 57 | } |
58 | 58 | ||
59 | impl Default for Colors { | 59 | impl Default for Colors { |