From 86550542e39b46cdb46ac0a9f4f1bb385b4fdadd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 10 Dec 2023 00:18:15 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(starship):=20change=20colo?= =?UTF-8?q?r=20for=20modified=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/starship/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/starship/starship.toml b/.config/starship/starship.toml index 69ffc28f..0ec363e5 100644 --- a/.config/starship/starship.toml +++ b/.config/starship/starship.toml @@ -21,7 +21,7 @@ untracked = '[ $count](bold yellow) ' staged = '[ $count](bold green) ' stashed = '[ $count](cyan) ' deleted = '[ $count](bold red) ' -modified = '[ $count](bold blue) ' +modified = '[ $count](bold yellow) ' behind = '[ $count](bold purple) ' renamed = '[󰬴 $count](bold blue) ' up_to_date = '[ ](bold green) '