Update builtin.c

This commit is contained in:
WolfTech Innovations 2025-01-31 19:00:59 -06:00 committed by GitHub
parent 33c905aa99
commit 4065c8f796
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1711,12 +1711,13 @@ static const FFlogo F[] = {
.colorKeys = FF_COLOR_FG_RED,
.colorTitle = FF_COLOR_FG_WHITE,
},
// FoxOS
// WolfOS
{
.names = {"FoxOS"},
.lines = FASTFETCH_DATATEXT_LOGO_FOXOS,
.names = {"WolfOS"},
.lines = FASTFETCH_DATATEXT_LOGO_WOLFOS,
.colors = {
FF_COLOR_FG_YELLOW,
FF_COLOR_FG_BLUE,
FF_COLOR_FG_GREEN,
},
},
// FreeBSD