We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6941ea2 commit 7dd891bCopy full SHA for 7dd891b
src/handlers/theme.rs
@@ -71,7 +71,7 @@ impl Default for GraphicalTheme {
71
fn default() -> Self {
72
match std::env::var("NO_COLOR") {
73
_ if !std::io::stdout().is_terminal() || !std::io::stderr().is_terminal() => {
74
- Self::ascii()
+ Self::none()
75
}
76
Ok(string) if string != "0" => Self::unicode_nocolor(),
77
_ => Self::unicode(),
0 commit comments