Update list-colors.sh

This commit is contained in:
2023-11-25 21:23:50 -06:00
parent 8ac22407e4
commit 2a5a4dd789

View File

@@ -22,7 +22,7 @@ echo "BOLD COLORS"
echo "--------------------------"
for i in "${!idsCL[@]}" ; do
#echo "${i}=${idsCL[$i]}"
echo -e "${idsST[Bold]}${idsCL[$i]}${i}${idsST[Reset]}${idsCL[Default]} = \${idsCL[$i]}"
echo -e "${idsST[Bold]}${idsCL[$i]}${i}${idsCL[Default]}${idsST[Reset]} = \${idsCL[$i]}"
done
echo