mirror of
https://github.com/jimeh/git-aware-prompt.git
synced 2026-02-19 13:36:38 +00:00
updated readme
This commit is contained in:
15
colors.sh
15
colors.sh
@@ -1,4 +1,5 @@
|
||||
txtblk='\e[0;30m' # Black - Regular
|
||||
# Regular
|
||||
txtblk='\e[0;30m' # Black
|
||||
txtred='\e[0;31m' # Red
|
||||
txtgrn='\e[0;32m' # Green
|
||||
txtylw='\e[0;33m' # Yellow
|
||||
@@ -6,7 +7,9 @@ txtblu='\e[0;34m' # Blue
|
||||
txtpur='\e[0;35m' # Purple
|
||||
txtcyn='\e[0;36m' # Cyan
|
||||
txtwht='\e[0;37m' # White
|
||||
bldblk='\e[1;30m' # Black - Bold
|
||||
|
||||
# Bold
|
||||
bldblk='\e[1;30m' # Black
|
||||
bldred='\e[1;31m' # Red
|
||||
bldgrn='\e[1;32m' # Green
|
||||
bldylw='\e[1;33m' # Yellow
|
||||
@@ -14,7 +17,9 @@ bldblu='\e[1;34m' # Blue
|
||||
bldpur='\e[1;35m' # Purple
|
||||
bldcyn='\e[1;36m' # Cyan
|
||||
bldwht='\e[1;37m' # White
|
||||
unkblk='\e[4;30m' # Black - Underline
|
||||
|
||||
# Underline
|
||||
unkblk='\e[4;30m' # Black
|
||||
undred='\e[4;31m' # Red
|
||||
undgrn='\e[4;32m' # Green
|
||||
undylw='\e[4;33m' # Yellow
|
||||
@@ -22,7 +27,9 @@ undblu='\e[4;34m' # Blue
|
||||
undpur='\e[4;35m' # Purple
|
||||
undcyn='\e[4;36m' # Cyan
|
||||
undwht='\e[4;37m' # White
|
||||
bakblk='\e[40m' # Black - Background
|
||||
|
||||
# Background
|
||||
bakblk='\e[40m' # Black
|
||||
bakred='\e[41m' # Red
|
||||
badgrn='\e[42m' # Green
|
||||
bakylw='\e[43m' # Yellow
|
||||
|
||||
Reference in New Issue
Block a user