RGB support

This commit is contained in:
Justine
2023-02-07 18:55:04 +01:00
parent 9caa3c168e
commit cfc052a65a
2 changed files with 50 additions and 3 deletions

View File

@ -19,6 +19,8 @@
#WHITE
#CYAN
#LBLACK (light black, a dark gray in fact)
#Will definitely add RGB support, stay tuned.
prompt: "$COLORLBLACK_ !$HISTNUMBER_$COLORCYAN_[$USER_@$HOSTNAME_] $DIR_> $COLORRESET_"
#RGB !
#RGB is defined as $RGB|red|green|blue_
#For example $RGB|108|84|30_ gives you an ugly shade of brown
prompt: "$COLORLBLACK_ !$HISTNUMBER_$COLORCYAN_[$USER_@$HOSTNAME_]$RGB|125|0|125_$DIR_> $COLORRESET_"