diff options
| author | Philip Wittamore <philip@wittamore.com> | 2025-05-16 11:55:33 +0200 |
|---|---|---|
| committer | Philip Wittamore <philip@wittamore.com> | 2025-05-16 11:55:33 +0200 |
| commit | 8893b723b63114d8423abd6fd42f2048a1d14ef0 (patch) | |
| tree | a13e59adc5595ee5d58232c9a36be551e3aacf56 | |
| parent | dda8dbd6986bc193383ada03b378a333ed84bb9b (diff) | |
| download | bashlib-8893b723b63114d8423abd6fd42f2048a1d14ef0.tar.gz bashlib-8893b723b63114d8423abd6fd42f2048a1d14ef0.tar.bz2 bashlib-8893b723b63114d8423abd6fd42f2048a1d14ef0.zip | |
update
| -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 |
