From d00160464f567e109e5d140ad6196b296bb883bf Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 18 Aug 2025 17:35:49 +0200 Subject: [PATCH] Really just stick to one color everywhere --- config/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/starship.toml b/config/starship.toml index e97f7d7e..36f15d13 100644 --- a/config/starship.toml +++ b/config/starship.toml @@ -3,7 +3,7 @@ command_timeout = 200 format = "[$directory$git_branch$git_status]($style)$character" [character] -error_symbol = "[✗](bold red)" +error_symbol = "[✗](bold cyan)" success_symbol = "[❯](bold cyan)" [directory]