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:
parent
37dce8fa0b
commit
67b2f6ed25
2 changed files with 4 additions and 5 deletions
1
bashrc
1
bashrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue