fix and colourise digital UNIX logo

This commit is contained in:
Horst G. Burkhardt 2023-11-30 00:26:06 +00:00
parent 78bcf1e5cc
commit b407bc0ea4

View file

@ -9056,16 +9056,17 @@ EOF
;; ;;
"digital UNIX"*) "digital UNIX"*)
set_colors 1 6 7
read -rd '' ascii_data <<'EOF' read -rd '' ascii_data <<'EOF'
${c1} +-+-+-+-+-+-+-+
|${c3}d${c1}|${c3}i${c1}|${c3}g${c1}|${c3}i${c1}|${c3}t${c1}|${c3}a${c1}|${c3}l${c1}|
+-+-+-+-+-+-+-+ +-+-+-+-+-+-+-+
|d|i|g|i|t|a|l| ${c2} _ _ _ _ _______ __
+-+-+-+-+-+-+-+
_ _ _ _ _______ __
| | | | \ | |_ _\ \ / / | | | | \ | |_ _\ \ / /
| | | | \| | | | \ V / | | | | \| | | | \ V /
| | | | . ` | | | > < | | | | . ` | | | > <
| |__| | |\ |_| |_ / . \ | |__| | |\ |_| |_ / . \
\____/|_| \_|_____/_/ \_\ \____/|_| \_|_____/_/ \_\\
EOF EOF
;; ;;