We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a3737 commit e5f57a3Copy full SHA for e5f57a3
src/logo/ascii/fedora2_small.txt
@@ -0,0 +1,5 @@
1
+ __
2
+ / \
3
+ __ |_
4
+/ |
5
+\__/
src/logo/builtin.c
@@ -1731,6 +1731,16 @@ static const FFlogo F[] = {
1731
.colorKeys = FF_COLOR_FG_BLUE,
1732
.colorTitle = FF_COLOR_FG_BLUE,
1733
},
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
1744
// FedoraOld
1745
{
1746
.names = {"Fedora_old"},
0 commit comments