forked from kemitix/git-next
fix(tui): improve colour contrast on light background
This commit is contained in:
parent
01f54d79ae
commit
02609fdc11
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ use crate::{
|
|||
|
||||
static OKAY: Color = Color::Green;
|
||||
static PREP: Color = Color::Gray;
|
||||
static ACTING: Color = Color::Yellow;
|
||||
static WARN: Color = Color::LightYellow;
|
||||
static ACTING: Color = Color::LightBlue;
|
||||
static WARN: Color = Color::Red;
|
||||
|
||||
impl Handler<ServerUpdate> for Tui {
|
||||
type Result = ();
|
||||
|
|
Loading…
Reference in a new issue