git text editor opening bug fixed; display functions for individual

tasks and lists
This commit is contained in:
aaron-jack-manning
2022-08-21 09:58:05 +10:00
parent 1cc7adfeb8
commit 6670cc4c24
9 changed files with 420 additions and 35 deletions

View File

@@ -25,7 +25,8 @@ pub fn file(text : &str) -> colored::ColoredString {
text.truecolor(255, 184, 184).bold()
}
// Pink
// Blue
pub fn id(text : &str) -> colored::ColoredString {
text.truecolor(232, 67, 147).bold()
text.truecolor(52, 152, 219)
}