Skip to content

Commit

Permalink
Add color Default
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Apr 2, 2018
1 parent 3a48a37 commit eb6bdba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ fn conv_color(s: &Option<&String>) -> Box<Color> {
"Black" => Box::new(color::Black),
"Blue" => Box::new(color::Blue),
"Cyan" => Box::new(color::Cyan),
"Default" => Box::new(color::Reset),
"Green" => Box::new(color::Green),
"LightBlack" => Box::new(color::LightBlack),
"LightBlue" => Box::new(color::LightBlue),
Expand Down

0 comments on commit eb6bdba

Please sign in to comment.