This commit is contained in:
iFargle 2024-02-06 13:38:44 +09:00
parent 7b592a8c05
commit 6f8a3a32ab

View file

@ -21,7 +21,7 @@ in
"[](bg:${yellowColor} fg:${orangeColor})" "[](bg:${yellowColor} fg:${orangeColor})"
"$directory" "$directory"
"[](fg:${yellowColor} bg:${blueColor})" "[](fg:${yellowColor} bg:${blueColor})"
"$git_branch" "$git_branch "
"$git_status" "$git_status"
"$rust" "$rust"
"$docker_context" "$docker_context"
@ -76,7 +76,7 @@ in
git_status = { git_status = {
style = "fg:${whiteColor} bg:${blueColor}"; style = "fg:${whiteColor} bg:${blueColor}";
format = "[$all_status$ahead_behind ]($style)"; format = " [$all_status$ahead_behind ]($style)";
}; };
status = { status = {