Skip to content

Commit

Permalink
feat: insert builtin data
Browse files Browse the repository at this point in the history
  • Loading branch information
eshanized committed Jan 6, 2025
1 parent fc3f5b8 commit 5b3b1e8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/logo/builtin.c
Original file line number Diff line number Diff line change
Expand Up @@ -4229,6 +4229,15 @@ static const FFlogo S[] = {
FF_COLOR_FG_WHITE,
},
},
// SnigdhaOS
{
.names = {"SnigdhaOS", "Snigdha"},
.lines = FASTFETCH_DATATEXT_LOGO_SMARTOS,
.colors = {
FF_COLOR_FG_CYAN,
FF_COLOR_FG_WHITE,
},
},
// Soda
{
.names = {"Soda"},
Expand Down

0 comments on commit 5b3b1e8

Please sign in to comment.