summaryrefslogtreecommitdiffstats
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 {
"magenta".into()
}
fn light_black() -> String {
- "light_black".into()
+ "light black".into()
}
impl Default for Colors {