aboutsummaryrefslogtreecommitdiff
path: root/colour_test
diff options
context:
space:
mode:
Diffstat (limited to 'colour_test')
-rwxr-xr-xcolour_test9
1 files changed, 8 insertions, 1 deletions
diff --git a/colour_test b/colour_test
index 277582d..8853cff 100755
--- a/colour_test
+++ b/colour_test
@@ -3,10 +3,17 @@
# 256 colour functions
# usage:
source ~/.local/lib/pb_number
-source ~/.local/lib/pb_colour
+source ./pb_colour
printf %b "$(pb_bg 196)$(pb_fg 254) RED $(pb_nc)\n"
printf %b "$(pb_bg ABC)$(pb_fg 254) NOT RED $(pb_nc)\n"
printf %b "$(pb_bg )$(pb_fg 254) NOT RED $(pb_nc)\n"
+
+printf %b "$(pb_ef bold) BOLD TEXT $(pb_nc)\n"
+printf %b "$(pb_ef underscore) UNDERSCORE TEXT $(pb_nc)\n"
+printf %b "$(pb_ef italic) ITALIC TEXT $(pb_nc)\n"
+printf %b "$(pb_ef strikethrough) STRIKETHROUGH TEXT $(pb_nc)\n"
+printf %b "$(pb_ef rubbish) RUBBISH TEXT $(pb_nc)\n"
+printf %b "$(pb_ef dim) DIM TEXT $(pb_nc)\n"