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:
parent
707398d631
commit
52b3f02ea3
3 changed files with 28 additions and 10 deletions
6
neofetch
6
neofetch
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue