From cb4802a5eb1a3225584daa02c5066ca37532a8e1 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Tue, 17 Sep 2024 16:26:36 +0900 Subject: [PATCH] Make highlight with red again for error code --- 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 eb5a8b1a..568d563f 100644 --- a/config/starship/starship.toml +++ b/config/starship/starship.toml @@ -41,12 +41,12 @@ disabled = true [character] success_symbol = "[>](bold green)" -error_symbol = "[>](italic purple)" +error_symbol = "[>](bold red)" [status] disabled = false # Displays as a part of character module -style = "italic purple" +style = "bold red" format = "[$status]($style)" [git_commit]