diff options
Diffstat (limited to 'pb_colours.sh')
-rw-r--r-- | pb_colours.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pb_colours.sh b/pb_colours.sh index 0b0d476..b450629 100644 --- a/pb_colours.sh +++ b/pb_colours.sh @@ -1,7 +1,5 @@ # colours -nocolour='\033[0m' - fg_black='\033[0;30m' fg_red='\033[0;31m' fg_green='\033[0;32m' @@ -38,7 +36,8 @@ bg_lightpurple='\033[1;45m' bg_lightcyan='\033[1;46m' bg_white='\033[1;47m' +nc_='\033[0;0m' # end color + # 256 colours ex. fg_#208m fg_='\033[38;5;' # add 'm' after the colour number bg_='\033[48;5;' # add 'm' after the colour number -nc_='\033[0;0m' # end 256 color |