Color Update

Updated the prompt character for success/failure to use a green/red that
matches the rest of the color scheme better.
This commit is contained in:
2024-02-06 21:52:26 -05:00
parent ff321c0b72
commit 4b673bcd9b

View File

@@ -20,6 +20,10 @@ $status \
$sudo\ $sudo\
""" """
[character]
success_symbol = '[](fg:bold #c3e88d)'
error_symbol = '[](fg:bold #ff007c)'
[cmd_duration] [cmd_duration]
style = "fg:#7aa2f7 bg:#414868" style = "fg:#7aa2f7 bg:#414868"
format = '[ took ]($style)[ $duration](fg:bold #ff007c bg:#414868)' format = '[ took ]($style)[ $duration](fg:bold #ff007c bg:#414868)'