From e3d7a5cd2e62d5b10083b3d095c0c6de48e9631c Mon Sep 17 00:00:00 2001 From: Kitty Fangs Date: Fri, 10 May 2024 17:39:53 +0000 Subject: [PATCH] updated starship config --- home/.config/starship.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.config/starship.toml b/home/.config/starship.toml index 0044236..fecd76f 100644 --- a/home/.config/starship.toml +++ b/home/.config/starship.toml @@ -150,8 +150,8 @@ format = '[ $time ]($style)' [status] style = 'bg:#47225e' -symbol = '[](fg:#ff0000)' -success_symbol = '[󰗡](fg:#009900)' +symbol = '[](fg:#ff0000 bg:#47225e)' +success_symbol = '[󰗡](fg:#009900 bg:#47225e)' format = '[ $symbol$common_meaning$signal_name$maybe_int]($style)' map_symbol = true disabled = false