From 9fb693d72e2182e58e5efe064130bddd1ae366f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 5 Aug 2024 13:59:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20ux(starship):=20change=20git=20i?= =?UTF-8?q?con=20colors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/starship/starship.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/starship/starship.toml b/.config/starship/starship.toml index 6d9c58cd..48d0b62a 100644 --- a/.config/starship/starship.toml +++ b/.config/starship/starship.toml @@ -18,12 +18,12 @@ format = '(\([+$added]($added_style)/[-$deleted]($deleted_style)\)) ' [git_status] ahead = '[ $count](bold green) ' conflicted = '[󱡂 ](bold red) ' -untracked = '[ $count](bold yellow) ' +untracked = '[ $count](bold purple) ' staged = '[ $count](bold green) ' stashed = '[ $count](cyan) ' deleted = '[ $count](bold red) ' modified = '[ $count](bold yellow) ' -behind = '[ $count](bold purple) ' +behind = '[ $count](bold yellow) ' renamed = '[󰬴 $count](bold blue) ' up_to_date = '[ ](bold green) ' diverged = '[ $ahead_count  $behind_count ](bold red) '