diff --git a/home-manager/common/software/cli/bash.d/starship-theme.nix b/home-manager/common/software/cli/bash.d/starship-theme.nix index 8ee97018..3f2e40d4 100644 --- a/home-manager/common/software/cli/bash.d/starship-theme.nix +++ b/home-manager/common/software/cli/bash.d/starship-theme.nix @@ -6,6 +6,7 @@ let blueColor = "#446e86"; whiteColor = "#f8f2e6"; blackColor = "#2f312e"; + redColor = "#fb4934"; in { programs.starship.settings = { @@ -89,6 +90,8 @@ in }; status = { + style = "fg:${whiteColor} bg:${redColor}"; + format = "[$symbol$statusī‚°]($style)"; disabled = false; };