diff --git a/bin/actions/hello.py b/bin/actions/hello.py index 546649b..fc88199 100755 --- a/bin/actions/hello.py +++ b/bin/actions/hello.py @@ -112,7 +112,7 @@ def get_condensed_status(): status_parts.append(f"{COLORS['green']}[{dotfiles_status['staged']}] staged{COLORS['reset']}") if dotfiles_status['commit_hash']: - status_parts.append(f"[{COLORS['blue']}{dotfiles_status['commit_hash']}{COLORS['reset']}]") + status_parts.append(f"{COLORS['white']}[{COLORS['blue']}{dotfiles_status['commit_hash']}{COLORS['white']}]{COLORS['reset']}") if dotfiles_status['unpushed'] > 0: status_parts.append(f"[!] You have {dotfiles_status['unpushed']} commit(s) to push")