discarded status given in task view

This commit is contained in:
aaron-jack-manning
2022-08-21 11:09:22 +10:00
parent c8df51dd67
commit 973f316bc0
2 changed files with 8 additions and 2 deletions

View File

@@ -30,3 +30,7 @@ pub fn id(text : &str) -> colored::ColoredString {
text.truecolor(52, 152, 219)
}
// Grey
pub fn greyed_out(text : &str) -> colored::ColoredString {
text.truecolor(99, 110, 114)
}