adding more color options to nixos logo

This commit is contained in:
Tilman Holube 2024-05-07 13:48:30 +02:00
parent 18107d9601
commit 6a1ba72df9
3 changed files with 57 additions and 0 deletions

View file

@ -11849,6 +11849,32 @@ ${c1} ${c1}¯¯¯¯ ¯¯¯¯¯¯¯${c2} ¯¯¯¯
EOF
;;
"nixos_colorful"*)
set_colors 4 6 4 6 4 6
read -rd '' ascii_data <<'EOF'
${c1} ▗▄▄▄ ${c2}▗▄▄▄▄ ▄▄▄▖
${c1} ▜███▙ ${c2}▜███▙ ▟███▛
${c1} ▜███▙ ${c2}▜███▙▟███▛
${c1} ▜███▙ ${c2}▜██████▛
${c1} ▟█████████████████▙ ${c2}▜████▛ ${c3}▟▙
${c1} ▟███████████████████▙ ${c2}▜███▙ ${c3}▟██▙
${c6} ▄▄▄▄▖ ${c2}▜███▙ ${c3}▟███▛
${c6} ▟███▛ ${c2}▜██▛ ${c3}▟███▛
${c6} ▟███▛ ${c2}▜▛ ${c3}▟███▛
${c6}▟███████████▛ ${c3}▟██████████▙
${c6}▜██████████▛ ${c3}▟███████████▛
${c6} ▟███▛ ${c5}▟▙ ${c3}▟███▛
${c6} ▟███▛ ${c5}▟██▙ ${c3}▟███▛
${c6} ▟███▛ ${c5}▜███▙ ${c3}▝▀▀▀▀
${c6} ▜██▛ ${c5}▜███▙ ${c4}▜██████████████████▛
${c6} ▜▛ ${c5}▟████▙ ${c4}▜████████████████▛
${c5} ▟██████▙ ${c4}▜███▙
${c5} ▟███▛▜███▙ ${c4}▜███▙
${c5} ▟███▛ ▜███▙ ${c4}▜███▙
${c5} ▝▀▀▀ ▀▀▀▀▘ ${c4}▀▀▀▘
EOF
;;
"NixOS"*)
set_colors 4 6
read -rd '' ascii_data <<'EOF'