From 52cd32ab95b52e1b579c42ed24c25c07967bbd67 Mon Sep 17 00:00:00 2001 From: Sarthak Jain Date: Sat, 18 Jul 2026 14:24:51 +0530 Subject: [PATCH] fix starship colors --- starship/.config/starship.toml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index 80b3033..48581aa 100644 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -15,7 +15,7 @@ disabled = false style = "bold white" [username] -style_user = "bold #be95ff" # Carbonfox purple +style_user = "bold purple" # Use terminal purple style_root = "bold red" format = "[$user]($style)" disabled = false @@ -23,12 +23,12 @@ show_always = true [hostname] ssh_only = false -style = "bold #33b1ff" # Carbonfox blue/cyan +style = "bold cyan" # Use terminal cyan format = "@[$hostname]($style) " disabled = false [directory] -style = "bold #08bdba" # Carbonfox teal +style = "bold blue" # Use terminal blue format = "in [ $path]($style)[$read_only]($read_only_style) " truncation_length = 3 truncation_symbol = "…/" @@ -37,18 +37,18 @@ read_only = " 󰌾" read_only_style = "bold red" [character] -success_symbol = "[❯](bold #25be6a)" # Carbonfox green -error_symbol = "[❯](bold #ee5396)" # Carbonfox pink/red -vimcmd_symbol = "[❮](bold #08bdba)" # Carbonfox teal +success_symbol = "[❯](bold green)" # Use terminal green +error_symbol = "[❯](bold red)" # Use terminal red +vimcmd_symbol = "[❮](bold cyan)" # Use terminal cyan [git_branch] symbol = "🌱 " -style = "bold #ee5396" # Carbonfox pink +style = "bold red" # Use terminal red format = "on [$symbol$branch]($style) " truncation_symbol = "" [git_status] -style = "bold #ee5396" +style = "bold red" format = "([$all_status$ahead_behind]($style) )" conflicted = "🏳" ahead = "🏎💨" @@ -67,27 +67,27 @@ cherry_pick = "[🍒 PICKING](bold red)" [python] symbol = "🐍 " -style = "bold #3ddbd9" +style = "bold green" format = "via [$symbol$version]($style) " [nodejs] symbol = " " -style = "bold #25be6a" +style = "bold green" format = "via [$symbol$version]($style) " [rust] symbol = "🦀 " -style = "bold #ff9e64" +style = "bold yellow" format = "via [$symbol$version]($style) " [golang] symbol = " " -style = "bold #78a9ff" +style = "bold blue" format = "via [$symbol$version]($style) " [cmd_duration] min_time = 100 -style = "bold #e0af68" # Carbonfox yellow/orange +style = "bold yellow" format = "underwent [$duration]($style) " [status]