mirror of
https://github.com/nushell/nushell.git
synced 2025-08-17 08:21:22 +02:00
Small cleanup, hopefull unbroken lock file
This commit is contained in:
@ -96,17 +96,12 @@ impl Context {
|
||||
_ => {
|
||||
prev_color = Some(pixel.1);
|
||||
print!(
|
||||
"{}{}{}",
|
||||
"{}{}",
|
||||
Colored::Fg(Color::Rgb {
|
||||
r: (pixel.1).0,
|
||||
g: (pixel.1).1,
|
||||
b: (pixel.1).2
|
||||
}),
|
||||
Colored::Bg(Color::Rgb {
|
||||
r: 25,
|
||||
g: 25,
|
||||
b: 25
|
||||
}),
|
||||
pixel.0
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user