update starship colors

This commit is contained in:
end-4
2024-04-13 15:07:45 +07:00
parent 8941a55417
commit f8a9d3a3a4
+5 -5
View File
@@ -16,7 +16,7 @@ $character
# Replace the "" symbol in the prompt with "➜" # Replace the "" symbol in the prompt with "➜"
[character] # The name of the module we are configuring is "character" [character] # The name of the module we are configuring is "character"
success_symbol = "[• ](bold fg:blue) " success_symbol = "[• ](bold fg:green) "
error_symbol = "[• 󰅙](bold fg:red) " error_symbol = "[• 󰅙](bold fg:red) "
# Disable the package module, hiding it from the prompt completely # Disable the package module, hiding it from the prompt completely
@@ -46,7 +46,7 @@ diverged = " 😵 "
untracked = " 🤷 " untracked = " 🤷 "
stashed = " 📦 " stashed = " 📦 "
modified = " 📝 " modified = " 📝 "
staged = '[++\($count\)](blue)' staged = '[++\($count\)](green)'
renamed = " ✍️ " renamed = " ✍️ "
deleted = " 🗑 " deleted = " 🗑 "
@@ -63,7 +63,7 @@ disabled = false
disabled = true disabled = true
threshold = -1 threshold = -1
symbol = " " symbol = " "
style = "bold dimmed blue" style = "bold dimmed green"
[time] [time]
disabled = true disabled = true
@@ -80,10 +80,10 @@ show_always = true
[directory] [directory]
home_symbol = "  " home_symbol = "  "
read_only = "  " read_only = "  "
style = "bg:blue fg:black" style = "bg:green fg:black"
truncation_length = 6 truncation_length = 6
truncation_symbol = "••/" truncation_symbol = "••/"
format = '[](bold fg:blue)[$path ]($style)[](bold fg:blue)' format = '[](bold fg:green)[$path ]($style)[](bold fg:green)'
[directory.substitutions] [directory.substitutions]