add new DragonFly BSD logo, move old logo to dragonfly_old, add dragonfly_small

This commit is contained in:
Mitch Weaver 2018-03-05 01:12:44 +01:00
parent 5e2a67053e
commit 9694f80f28
4 changed files with 47 additions and 18 deletions

View file

@ -3496,6 +3496,16 @@ get_distro_colors() {
ascii_file="dracos"
;;
"dragonfly_old"*)
set_colors 1 7 3
ascii_file="dragonflybsd_old"
;;
"dragonfly_small"*)
set_colors 1 7 3
ascii_file="dragonflybsd_small"
;;
"DragonFly"*)
set_colors 1 7 3
ascii_file="dragonflybsd"