aboutsummaryrefslogtreecommitdiff
path: root/src/utils.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.rs')
-rw-r--r--src/utils.rs2
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}
55fn light_black() -> String { 55fn light_black() -> String {
56 "light_black".into() 56 "light black".into()
57} 57}
58 58
59impl Default for Colors { 59impl Default for Colors {