Merge pull request #923 from MitchWeaver/master

add new DragonFly BSD logo, move old logo to dragonfly_old, add drago…
This commit is contained in:
Dylan Araps 2018-03-05 12:29:29 +11:00 committed by GitHub
commit 02fff35f35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 47 additions and 18 deletions

View file

@ -1,18 +1,15 @@
${c1} | ${c2},--, ${c1}| ${c2},--,
.-. ${c2}| `-, ${c1},^, ${c2},-' |
${c3} ()${c1}I${c3}() ${c2} `, `-, ${c3}(/ \) ${c2},-' ,'
${c1} "==.__:-:__.==" ${c2} `-, `-,${c1}/ \${c2},-' ,-'
"==.__/~|~\__.==" ${c2} `------${c1}( )${c2}------'
"==._( Y )_.==" ${c2} ,----------${c1}( )${c2}----------,
${c2}.-'~~""~=--...,__${c1}\/|\/${c2}__,...--=~""~~'-. ${c2} | _,-${c1}( )${c2}-,_ |
( ..=${c1}\\=${c1}/${c2}=.. ) ${c2} `-,__,-' ${c1}\ /${c2} `-,__,-'
`'-. ,.-"`;${c1}/=\\${c2};"-.,_ .-'` ${c1} | |
`~"-=-~` .-~` ${c1}|=|${c2} `~-. `~-=-"~` | |
.-~` /${c1}|=|${c2}\ `~-. | |
.~` / ${c1}|=|${c2} \ `~. | |
.-~` .' ${c1}|=|${c2} `. `~-. | |
(` _,.-="` ${c1} |=|${c2} `"=-.,_ `) | |
`~"~"` ${c1} |=|${c2} `"~"~` `|'
${c1} /=\\
\\=/
^

View file

@ -0,0 +1,18 @@
${c1} |
.-.
${c3} ()${c1}I${c3}()
${c1} "==.__:-:__.=="
"==.__/~|~\__.=="
"==._( Y )_.=="
${c2}.-'~~""~=--...,__${c1}\/|\/${c2}__,...--=~""~~'-.
( ..=${c1}\\=${c1}/${c2}=.. )
`'-. ,.-"`;${c1}/=\\${c2};"-.,_ .-'`
`~"-=-~` .-~` ${c1}|=|${c2} `~-. `~-=-"~`
.-~` /${c1}|=|${c2}\ `~-.
.~` / ${c1}|=|${c2} \ `~.
.-~` .' ${c1}|=|${c2} `. `~-.
(` _,.-="` ${c1} |=|${c2} `"=-.,_ `)
`~"~"` ${c1} |=|${c2} `"~"~`
${c1} /=\\
\\=/
^

View file

@ -0,0 +1,4 @@
${c2}(\${c3}"${c2}/)
${c2}(/${c1}|${c2}\)
${c1} |
|

View file

@ -3496,6 +3496,16 @@ get_distro_colors() {
ascii_file="dracos" 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"*) "DragonFly"*)
set_colors 1 7 3 set_colors 1 7 3
ascii_file="dragonflybsd" ascii_file="dragonflybsd"