Compare commits

...

2 Commits

Author SHA1 Message Date
0b61a4c8b8 Merge pull request 'Color Update' (#5) from color-update into main
Reviewed-on: #5
2024-02-07 02:54:11 +00:00
4b673bcd9b Color Update
Updated the prompt character for success/failure to use a green/red that
matches the rest of the color scheme better.
2024-02-06 21:52:26 -05:00

View File

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