fix starship colors
This commit is contained in:
@@ -15,7 +15,7 @@ disabled = false
|
|||||||
style = "bold white"
|
style = "bold white"
|
||||||
|
|
||||||
[username]
|
[username]
|
||||||
style_user = "bold #be95ff" # Carbonfox purple
|
style_user = "bold purple" # Use terminal purple
|
||||||
style_root = "bold red"
|
style_root = "bold red"
|
||||||
format = "[$user]($style)"
|
format = "[$user]($style)"
|
||||||
disabled = false
|
disabled = false
|
||||||
@@ -23,12 +23,12 @@ show_always = true
|
|||||||
|
|
||||||
[hostname]
|
[hostname]
|
||||||
ssh_only = false
|
ssh_only = false
|
||||||
style = "bold #33b1ff" # Carbonfox blue/cyan
|
style = "bold cyan" # Use terminal cyan
|
||||||
format = "@[$hostname]($style) "
|
format = "@[$hostname]($style) "
|
||||||
disabled = false
|
disabled = false
|
||||||
|
|
||||||
[directory]
|
[directory]
|
||||||
style = "bold #08bdba" # Carbonfox teal
|
style = "bold blue" # Use terminal blue
|
||||||
format = "in [ $path]($style)[$read_only]($read_only_style) "
|
format = "in [ $path]($style)[$read_only]($read_only_style) "
|
||||||
truncation_length = 3
|
truncation_length = 3
|
||||||
truncation_symbol = "…/"
|
truncation_symbol = "…/"
|
||||||
@@ -37,18 +37,18 @@ read_only = " "
|
|||||||
read_only_style = "bold red"
|
read_only_style = "bold red"
|
||||||
|
|
||||||
[character]
|
[character]
|
||||||
success_symbol = "[❯](bold #25be6a)" # Carbonfox green
|
success_symbol = "[❯](bold green)" # Use terminal green
|
||||||
error_symbol = "[❯](bold #ee5396)" # Carbonfox pink/red
|
error_symbol = "[❯](bold red)" # Use terminal red
|
||||||
vimcmd_symbol = "[❮](bold #08bdba)" # Carbonfox teal
|
vimcmd_symbol = "[❮](bold cyan)" # Use terminal cyan
|
||||||
|
|
||||||
[git_branch]
|
[git_branch]
|
||||||
symbol = "🌱 "
|
symbol = "🌱 "
|
||||||
style = "bold #ee5396" # Carbonfox pink
|
style = "bold red" # Use terminal red
|
||||||
format = "on [$symbol$branch]($style) "
|
format = "on [$symbol$branch]($style) "
|
||||||
truncation_symbol = ""
|
truncation_symbol = ""
|
||||||
|
|
||||||
[git_status]
|
[git_status]
|
||||||
style = "bold #ee5396"
|
style = "bold red"
|
||||||
format = "([$all_status$ahead_behind]($style) )"
|
format = "([$all_status$ahead_behind]($style) )"
|
||||||
conflicted = "🏳"
|
conflicted = "🏳"
|
||||||
ahead = "🏎💨"
|
ahead = "🏎💨"
|
||||||
@@ -67,27 +67,27 @@ cherry_pick = "[🍒 PICKING](bold red)"
|
|||||||
|
|
||||||
[python]
|
[python]
|
||||||
symbol = "🐍 "
|
symbol = "🐍 "
|
||||||
style = "bold #3ddbd9"
|
style = "bold green"
|
||||||
format = "via [$symbol$version]($style) "
|
format = "via [$symbol$version]($style) "
|
||||||
|
|
||||||
[nodejs]
|
[nodejs]
|
||||||
symbol = " "
|
symbol = " "
|
||||||
style = "bold #25be6a"
|
style = "bold green"
|
||||||
format = "via [$symbol$version]($style) "
|
format = "via [$symbol$version]($style) "
|
||||||
|
|
||||||
[rust]
|
[rust]
|
||||||
symbol = "🦀 "
|
symbol = "🦀 "
|
||||||
style = "bold #ff9e64"
|
style = "bold yellow"
|
||||||
format = "via [$symbol$version]($style) "
|
format = "via [$symbol$version]($style) "
|
||||||
|
|
||||||
[golang]
|
[golang]
|
||||||
symbol = " "
|
symbol = " "
|
||||||
style = "bold #78a9ff"
|
style = "bold blue"
|
||||||
format = "via [$symbol$version]($style) "
|
format = "via [$symbol$version]($style) "
|
||||||
|
|
||||||
[cmd_duration]
|
[cmd_duration]
|
||||||
min_time = 100
|
min_time = 100
|
||||||
style = "bold #e0af68" # Carbonfox yellow/orange
|
style = "bold yellow"
|
||||||
format = "underwent [$duration]($style) "
|
format = "underwent [$duration]($style) "
|
||||||
|
|
||||||
[status]
|
[status]
|
||||||
|
|||||||
Reference in New Issue
Block a user