zaneyos/configfiles/starship.toml
2023-12-13 17:09:39 -06:00

23 lines
341 B
TOML

[character]
error_symbol = "[λ](bold #ff5555)"
success_symbol = "[λ](bold #f8f8f2)"
[cmd_duration]
style = "bold #f1fa8c"
[directory]
style = "bold #50fa7b"
[git_branch]
style = "bold #ff79c6"
[git_status]
style = "bold #ff5555"
[hostname]
style = "bold #ff5555"
[username]
format = "[$user]($style) on "
style_user = "bold #bd93f9"