chore: change default to green
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
be28b4ff80
commit
710fb431f7
@ -4,7 +4,6 @@ use ratatui::prelude::*;
|
|||||||
|
|
||||||
const GREEN: Color = Color::Rgb(127, 255, 0);
|
const GREEN: Color = Color::Rgb(127, 255, 0);
|
||||||
const ORANGE: Color = Color::Rgb(255, 165, 0);
|
const ORANGE: Color = Color::Rgb(255, 165, 0);
|
||||||
const PURPLE: Color = Color::Rgb(138, 43, 226);
|
|
||||||
|
|
||||||
pub trait Summarize {
|
pub trait Summarize {
|
||||||
fn heading(&self) -> Vec<Span>;
|
fn heading(&self) -> Vec<Span>;
|
||||||
@ -22,7 +21,7 @@ impl Summarize for MovementGraphItem {
|
|||||||
|
|
||||||
vec![
|
vec![
|
||||||
name,
|
name,
|
||||||
Span::from(" ~ ").fg(PURPLE),
|
Span::from(" ~ ").fg(GREEN),
|
||||||
Span::from(format!("(items: {})", items)).fg(Color::DarkGray),
|
Span::from(format!("(items: {})", items)).fg(Color::DarkGray),
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user