Skip to content

Commit

Permalink
Make highlight with red again for error code
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Sep 17, 2024
1 parent 4596ba1 commit cb4802a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/starship/starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ disabled = true

[character]
success_symbol = "[>](bold green)"
error_symbol = "[>](italic purple)"
error_symbol = "[>](bold red)"

[status]
disabled = false
# Displays as a part of character module
style = "italic purple"
style = "bold red"
format = "[$status]($style)"

[git_commit]
Expand Down

0 comments on commit cb4802a

Please sign in to comment.