Skip to content

Commit

Permalink
Logo (Builtin): add FoxOS
Browse files Browse the repository at this point in the history
Fix #1281
  • Loading branch information
CarterLi committed Sep 21, 2024
1 parent 866c730 commit 005d660
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/logo/ascii/foxos.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
________ ________ ___ ___ ________ ________
|\ _____\\ __ \ |\ \ / /|\ __ \|\ ____\
\ \ \__/\ \ \|\ \ \ \ \/ / | \ \|\ \ \ \___|_
\ \ __\\ \ \\\ \ \ \ / / \ \ \\\ \ \_____ \
\ \ \_| \ \ \\\ \ / \/ \ \ \\\ \|____|\ \
\ \__\ \ \_______\/ /\ \ \ \_______\____\_\ \
\|__| \|_______/__/ /\ __\ \|_______|\_________\
|__|/ \|__| \|_________|
8 changes: 8 additions & 0 deletions src/logo/builtin.c
Original file line number Diff line number Diff line change
Expand Up @@ -1666,6 +1666,14 @@ static const FFlogo F[] = {
.colorKeys = FF_COLOR_FG_RED,
.colorTitle = FF_COLOR_FG_WHITE,
},
// FoxOS
{
.names = {"FoxOS"},
.lines = FASTFETCH_DATATEXT_LOGO_FOXOS,
.colors = {
FF_COLOR_FG_YELLOW,
},
},
// FreeBSD
{
.names = {"Freebsd"},
Expand Down

0 comments on commit 005d660

Please sign in to comment.