discarded status given in task view
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user