Skip to content

Commit e5f57a3

Browse files
noahzmCarterLi
andauthored
Logo (Builtin): Add Fedora2_small (#1785)
* Add 1 more small Fedora logo * Update builtin.c --------- Co-authored-by: Carter Li <[email protected]>
1 parent 20a3737 commit e5f57a3

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

src/logo/ascii/fedora2_small.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
__
2+
/ \
3+
__ |_
4+
/ |
5+
\__/

src/logo/builtin.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1731,6 +1731,16 @@ static const FFlogo F[] = {
17311731
.colorKeys = FF_COLOR_FG_BLUE,
17321732
.colorTitle = FF_COLOR_FG_BLUE,
17331733
},
1734+
{
1735+
.names = {"Fedora2_small"},
1736+
.type = FF_LOGO_LINE_TYPE_SMALL_BIT | FF_LOGO_LINE_TYPE_ALTER_BIT,
1737+
.lines = FASTFETCH_DATATEXT_LOGO_FEDORA2_SMALL,
1738+
.colors = {
1739+
FF_COLOR_FG_BLUE,
1740+
},
1741+
.colorKeys = FF_COLOR_FG_BLUE,
1742+
.colorTitle = FF_COLOR_FG_BLUE,
1743+
},
17341744
// FedoraOld
17351745
{
17361746
.names = {"Fedora_old"},

0 commit comments

Comments
 (0)