aboutsummaryrefslogtreecommitdiff
path: root/src/utils.rs
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-08-04 08:46:22 +0100
committerAkshay <[email protected]>2020-08-04 08:46:22 +0100
commit3dd8502895d17b4e1a8afb729feeef5ba6d0474e (patch)
tree4dfc7364cdcae2de93d821520e7a2bc791754ab2 /src/utils.rs
parent403d114d8296fe37dbdb509449a2fee2badb8d37 (diff)
use terminal default for bg
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 {