From 4b673bcd9b9f4dd1d3ef1c9a101b3f2cc6b21204 Mon Sep 17 00:00:00 2001 From: Wesley Irvin Date: Tue, 6 Feb 2024 21:52:26 -0500 Subject: [PATCH] Color Update Updated the prompt character for success/failure to use a green/red that matches the rest of the color scheme better. --- .config/starship.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/starship.toml b/.config/starship.toml index 50c908b..4221142 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -20,6 +20,10 @@ $status \ $sudo\ """ +[character] +success_symbol = '[❯](fg:bold #c3e88d)' +error_symbol = '[❯](fg:bold #ff007c)' + [cmd_duration] style = "fg:#7aa2f7 bg:#414868" format = '[ took ]($style)[ $duration](fg:bold #ff007c bg:#414868)'