adjusted color
This commit is contained in:
parent
e43fd9d7a1
commit
99305cecbe
@ -132,7 +132,7 @@ fn main() -> std::io::Result<()> {
|
|||||||
//Git status
|
//Git status
|
||||||
let git_branch = get_git_branch();//.clear();
|
let git_branch = get_git_branch();//.clear();
|
||||||
let git_repo_root = get_git_root();
|
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());
|
let git_char = get_git_char(git_branch); //.to_string());
|
||||||
|
|
||||||
//pwd
|
//pwd
|
||||||
|
Loading…
Reference in New Issue
Block a user