fix starship colors
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user