Skip to content

Commit

Permalink
Logo (Builtin): add opensuse-tumbleweed_small
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi committed Feb 21, 2025
1 parent 6de9d0c commit de7b57d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/logo/ascii/opensuse_tumbleweed_small.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.oooo.
o o o
ooooo oo
o oo
'oooooooooooo.
oo o
oo ooooo
o o o
'oooo'
11 changes: 11 additions & 0 deletions src/logo/builtin.c
Original file line number Diff line number Diff line change
Expand Up @@ -3376,6 +3376,17 @@ static const FFlogo O[] = {
.colorKeys = FF_COLOR_FG_GREEN,
.colorTitle = FF_COLOR_FG_GREEN,
},
// OpenSuseTumbleweedSmall
{
.names = {"opensuse-tumbleweed_small"},
.lines = FASTFETCH_DATATEXT_LOGO_OPENSUSE_TUMBLEWEED,
.type = FF_LOGO_LINE_TYPE_SMALL_BIT,
.colors = {
FF_COLOR_FG_WHITE,
},
.colorKeys = FF_COLOR_FG_GREEN,
.colorTitle = FF_COLOR_FG_GREEN,
},
// OpenSuseTumbleweedOld
{
.names = {"opensuse-tumbleweed-old"},
Expand Down

0 comments on commit de7b57d

Please sign in to comment.