Skip to content

Commit

Permalink
fix: untracked background color
Browse files Browse the repository at this point in the history
  • Loading branch information
janoamaral committed Apr 14, 2024
1 parent 346c50c commit 4abb7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/git-status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if [[ $DELETIONS_COUNT -gt 0 ]]; then
fi

if [[ $UNTRACKED_COUNT -gt 0 ]]; then
STATUS_UNTRACKED="${RESET}#[fg=#565f89,bg=#15161e,bold] ${UNTRACKED_COUNT} "
STATUS_UNTRACKED="${RESET}#[fg=${THEME[black]},bg=${THEME[background]},bold] ${UNTRACKED_COUNT} "
fi

# Determine repository sync status
Expand Down

0 comments on commit 4abb7e3

Please sign in to comment.