From 9db6aed371a106aed810c48f91225d736212940c Mon Sep 17 00:00:00 2001 From: José Juan Loeza Sierra Date: Sat, 14 Jun 2025 22:47:26 -0700 Subject: change some colors and ssh symbol --- dot-config/starship.toml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'dot-config') diff --git a/dot-config/starship.toml b/dot-config/starship.toml index 1144479..1760ef0 100644 --- a/dot-config/starship.toml +++ b/dot-config/starship.toml @@ -14,14 +14,15 @@ $character """ [username] -format = "[$user@]($style)" +format = "[$user]($style)" show_always = true -style_user = "bold purple" +style_user = "fg:white" [hostname] -format = "[$ssh_symbol$hostname]($style) " +format = "[@$ssh_symbol$hostname ]($style)" ssh_only = false -style = "italic purple" +ssh_symbol = "" +style = "fg:white" [git_branch] format = "[$symbol$branch(:$remote_branch)]($style) " @@ -40,6 +41,6 @@ format = "[($all_status$ahead_behind)]($style)" style = "bold red" [character] -error_symbol = "[\\$ ](bold red)" +error_symbol = "[\\$ ](red)" format = "$symbol" -success_symbol = "[\\$ ](bold yellow)" +success_symbol = "[\\$ ](white)" -- cgit v1.3