From 99305cecbe83ff134493f23ab40e8e9e13a50d60 Mon Sep 17 00:00:00 2001 From: candifloss Date: Sun, 18 Aug 2024 00:10:29 +0530 Subject: [PATCH] adjusted color --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 22abac3..628672c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -132,7 +132,7 @@ fn main() -> std::io::Result<()> { //Git status let git_branch = get_git_branch();//.clear(); let git_repo_root = get_git_root(); - let git_repo_name = get_git_repo_name(git_repo_root.clone()).truecolor(200, 150, 80); + let git_repo_name = get_git_repo_name(git_repo_root.clone()).truecolor(122, 68, 24); let git_char = get_git_char(git_branch); //.to_string()); //pwd