refactor prompt colors for improved visibility

Updated color definitions in bashrc and gitstatus-custom.sh
to enhance clarity of the prompt display, using bright white
for branch names and modified/untracked statuses.
This commit is contained in:
Ray Elliott 2025-09-30 20:28:56 +01:00
commit 67b2f6ed25
2 changed files with 4 additions and 5 deletions

1
bashrc
View file

@ -15,7 +15,6 @@ _NC='\033[0m' # Get the current day of the week, day of the month, and year
*) day_suffix="th";;
esac
# Determine the color based on the classification # No Color / Reset
_RED='\033[0;31m' # Red
_GREEN='\033[01;32m' # Bright Green
_YELLOW='\033[0;33m' # Yellow