diff options
author | Akshay <[email protected]> | 2020-08-04 08:46:22 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-08-04 08:46:22 +0100 |
commit | 3dd8502895d17b4e1a8afb729feeef5ba6d0474e (patch) | |
tree | 4dfc7364cdcae2de93d821520e7a2bc791754ab2 /src/utils.rs | |
parent | 403d114d8296fe37dbdb509449a2fee2badb8d37 (diff) |
use terminal default for bg
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 { |