Updates on ASCII logos and colors

Included:
* Added Oracle logo (and color)
* Small color tweak on OpenIndiana's logo (and colors)
This commit is contained in:
Muhammad Herdiansyah 2016-08-12 00:02:33 +07:00
parent 707398d631
commit 52b3f02ea3
3 changed files with 28 additions and 10 deletions

View file

@ -2663,7 +2663,7 @@ colors () {
ascii_distro="chrome"
;;
"Debian"* | "Ubuntu"* | "DragonFly"* | "PacBSD"*)
"Debian"* | "Ubuntu"* | "DragonFly"* | "PacBSD"* | "Oracle"*)
setcolors 1 7 3
;;
@ -2774,6 +2774,10 @@ colors () {
setcolors 1 2 4 3
;;
"OpenIndiana"*)
setcolors 7 4
;;
"Raspbian"* | *)
setcolors 2 1
;;