diff options
Diffstat (limited to 'colour_test')
-rwxr-xr-x | colour_test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colour_test b/colour_test index 22466a4..d5d6691 100755 --- a/colour_test +++ b/colour_test @@ -2,4 +2,4 @@ source ./pb -printf %b "$(bg 196)$(fg 254) RED $(nc)\n" +printf %b "$(pb_bg 196)$(pb_fg 254) RED $(pb_nc)\n" |