From 97ed70793642d350f5c6fe4314ab76ee2fa7339a Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Thu, 16 Oct 2025 14:04:42 -0400 Subject: [PATCH] feat: Updates starship configuration.f' --- env/.config/starship/starship.toml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/env/.config/starship/starship.toml b/env/.config/starship/starship.toml index ccbeceb..1011420 100644 --- a/env/.config/starship/starship.toml +++ b/env/.config/starship/starship.toml @@ -10,10 +10,8 @@ $hostname\ [](bg:color_pink fg:color_orange)\ $directory\ [](fg:color_pink bg:color_bg1)\ -[](fg:color_bg1 bg:color_green)\ $git_branch\ $git_status\ -[ ](fg:color_green)\ $line_break$character""" palette = 'catppuccin_mocha' @@ -87,12 +85,12 @@ truncate_to_repo = true [git_branch] symbol = "" -style = "bg:color_blue" -format = '[[ $symbol $branch ](bold fg:color_text bg:color_green)]($style)' +style = "bg:color_bg1" +format = '[[ $symbol $branch ](bold fg:color_green bg:color_bg1)]($style)' [git_status] -style = "bg:color_blue" -format = '[[($all_status$ahead_behind )](bold fg:color_text bg:color_green)]($style)' +style = "bg:color_bg1" +format = '[[($all_status$ahead_behind )](bold fg:color_green bg:color_bg1)]($style)' [line_break] disabled = false