Skip to content

Commit

Permalink
Logo (Builtin): add Oreon
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi committed Jan 13, 2025
1 parent 3ed5a25 commit 9f9e3dd
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/logo/ascii/oreon.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
@@@@@@@@@@
@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@ @@@@@@@@@@@
@@@@@@@@ @@@@@@@@@
@@@@@@@@ @@@@@@@@
@@@@@@@ @@@@@@@
@@@@@@@@ @@@@@@@
@@@@@@@@ @@@@@@
@@@@@@@@@ @@@@@@
@@@@@@@@@@ @@@@@@
@@@@@@@@@@ @@@@@@
@@@@@@@@@ @@@@@@
@@@@@@@@ @@@@@@
@@@@@@@@ @@@@@@@
@@@@@@@ @@@@@@@
@@@@@@@@ @@@@@@@@
@@@@@@@@ @@@@@@@@
@@@@@@@@@@ @@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@
@@@@@@@@@@
9 changes: 9 additions & 0 deletions src/logo/builtin.c
Original file line number Diff line number Diff line change
Expand Up @@ -3411,6 +3411,15 @@ static const FFlogo O[] = {
.colorKeys = FF_COLOR_FG_WHITE,
.colorTitle = FF_COLOR_FG_MAGENTA,
},
// Oreon
{
.names = {"Oreon"},
.lines = FASTFETCH_DATATEXT_LOGO_OREON,
.colors = {
FF_COLOR_FG_DEFAULT,
FF_COLOR_FG_DEFAULT,
},
},
// OS_Elbrus
{
.names = {"OS Elbrus"},
Expand Down

0 comments on commit 9f9e3dd

Please sign in to comment.