mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
utilize fail_color
This commit is contained in:
parent
f43c2fc4a6
commit
bfbd947cbd
|
@ -186,7 +186,7 @@ impl RunningCommand {
|
|||
Line::from(
|
||||
Span::default()
|
||||
.content("FAILED!")
|
||||
.style(Style::default().fg(Color::Rgb(199, 55, 44)).reversed()),
|
||||
.style(Style::default().fg(theme.fail_color).reversed()),
|
||||
)
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user