mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-04-25 12:14:50 +02:00
LOL, swapped colors
This commit is contained in:
parent
833e6e0c92
commit
cb86b44dea
@ -178,10 +178,10 @@ impl<'a> ListState<'a> {
|
||||
}
|
||||
|
||||
if exercise.done {
|
||||
stdout.queue(SetForegroundColor(Color::Yellow))?;
|
||||
stdout.queue(SetForegroundColor(Color::Green))?;
|
||||
stdout.write_all(b"DONE ")?;
|
||||
} else {
|
||||
stdout.queue(SetForegroundColor(Color::Green))?;
|
||||
stdout.queue(SetForegroundColor(Color::Yellow))?;
|
||||
stdout.write_all(b"PENDING ")?;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user