Skip to content

Commit 5b3b1e8

Browse files
committed
feat: insert builtin data
1 parent fc3f5b8 commit 5b3b1e8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/logo/builtin.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4229,6 +4229,15 @@ static const FFlogo S[] = {
42294229
FF_COLOR_FG_WHITE,
42304230
},
42314231
},
4232+
// SnigdhaOS
4233+
{
4234+
.names = {"SnigdhaOS", "Snigdha"},
4235+
.lines = FASTFETCH_DATATEXT_LOGO_SMARTOS,
4236+
.colors = {
4237+
FF_COLOR_FG_CYAN,
4238+
FF_COLOR_FG_WHITE,
4239+
},
4240+
},
42324241
// Soda
42334242
{
42344243
.names = {"Soda"},

0 commit comments

Comments
 (0)