starship: fix ass contrast when unthemed #3189

This commit is contained in:
end-4
2026-04-05 20:19:18 +02:00
parent aea6216a7f
commit 1e2a6d23e3
2 changed files with 7 additions and 6 deletions
+3 -3
View File
@@ -19,8 +19,8 @@ style = 'fg:245'
# Replace the "" symbol in the prompt with "➜"
[character] # The name of the module we are configuring is "character"
success_symbol = "[ ](bold fg:255)"
error_symbol = "[ ](bold fg:249)"
success_symbol = "[ ](bold fg:243)"
error_symbol = "[ ](bold fg:244)"
# Disable the package module, hiding it from the prompt completely
[package]
@@ -83,7 +83,7 @@ show_always = true
[directory]
home_symbol = " "
read_only = "  "
style = "bg:255 fg:black"
style = "bg:255 fg:240"
truncation_length = 2
truncation_symbol = ".../"
format = '[](bold fg:255)[󰉋 → $path]($style)[](bold fg:255)'