From a18dfd678a33220bab5f58b5dee4a5bc04a0f890 Mon Sep 17 00:00:00 2001 From: Ethan Paul Date: Fri, 7 Nov 2025 13:57:45 -0500 Subject: [PATCH] Fix bad wedge color on status segment --- starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starship.toml b/starship.toml index 38b26ed..c21766b 100644 --- a/starship.toml +++ b/starship.toml @@ -22,7 +22,7 @@ disabled = false symbol = '' pipestatus = true style = "bold fg:bright-white bg:#6d0505" -format = '[](bold fg:#XXXXXX bg:#6d0505)[ $status ]($style)' +format = '[](bold fg:#000000 bg:#6d0505)[ $status ]($style)' [git_branch] symbol = ''