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