Commit 92ad39fe7477960f0b5f863a046570c05d84c04c

Thomas de Grivel 2023-01-26T14:05:08

color verbose messages

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/share/shpkg/shpkg.subr b/share/shpkg/shpkg.subr
index e900a14..9942879 100644
--- a/share/shpkg/shpkg.subr
+++ b/share/shpkg/shpkg.subr
@@ -56,7 +56,7 @@ export LDFLAGS="${LDFLAGS} -L${SHPKG_LIB_DIR}"
 export PKG_CONFIG_PATH="${SHPKG_LIB_DIR}/pkgconfig"
 
 verbose () {
-    echo -e -n '\e[0;104m'
+    echo -e -n '\e[0;97;44m'
     echo "$@"
     echo -e -n '\e[0m'
     "$@"