tweak prompt colors to be higher-contrast

main
Alpha Chen 2 years ago
parent 17cef1b2aa
commit 8f870683d5
No known key found for this signature in database

@ -22,7 +22,7 @@ vimcmd_symbol = "[](green)"
[git_branch]
format = "[$branch]($style)"
style = "bright-black"
style = "#888888" # was bright-black
[git_status]
format = "[[(*$conflicted$untracked$modified$staged$renamed$deleted)](218) ($ahead_behind)]($style)"
@ -44,4 +44,4 @@ style = "yellow"
[python]
format = "[$virtualenv]($style) "
style = "bright-black"
style = "#888888" # was bright-black

Loading…
Cancel
Save