Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@
________ ________ ___ ___ ________ ________
|\ _____\\ __ \ |\ \ / /|\ __ \|\ ____\
\ \ \__/\ \ \|\ \ \ \ \/ / | \ \|\ \ \ \___|_
\ \ __\\ \ \\\ \ \ \ / / \ \ \\\ \ \_____ \
\ \ \_| \ \ \\\ \ / \/ \ \ \\\ \|____|\ \
\ \__\ \ \_______\/ /\ \ \ \_______\____\_\ \
\|__| \|_______/__/ /\ __\ \|_______|\_________\
|__|/ \|__| \|_________|
5 changes: 0 additions & 5 deletions src/logo/ascii/spoinkos.txt

This file was deleted.

8 changes: 4 additions & 4 deletions src/logo/builtin.c
Original file line number Diff line number Diff line change
Expand Up @@ -4029,12 +4029,12 @@ static const FFlogo S[] = {
FF_COLOR_FG_YELLOW,
},
},
// SpoinkOS
// FoxOS
{
.names = {"SpoinkOS", "spoink-os"},
.lines = FASTFETCH_DATATEXT_LOGO_SPOINKOS,
.names = {"FoxOS"},
.lines = FASTFETCH_DATATEXT_LOGO_FOXOS,
.colors = {
FF_COLOR_FG_GREEN,
FF_COLOR_FG_YELLOW,
},
},
// Slackel
Expand Down
Loading