Skip to content

Commit 26920d4

Browse files
committed
Logo (Builtin): add SummitOS
Fix #1352
1 parent 2dc8ac6 commit 26920d4

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

src/logo/ascii/summitos.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
:~^
2+
~5PPJ
3+
:5555P7
4+
.Y55555P~
5+
?P5555555^
6+
7P55555555Y.
7+
~5555555555PJ$2 7YJ^
8+
$1^555555555555P7$2 7GGGP^
9+
$1.Y5555555555555P!$2 ~PPPPP5.
10+
$1JP555555555555555^$2 ^PPPPPPGY
11+
$17P5555555555555555Y$2^5PPPPPPPG?
12+
$1~P55555555555555555$2^PPPPPPPPPPP!
13+
$1^555555555555555555$2^PPPPPPPPPPPPP^
14+
$1.Y555555555555P$3G$1P55$2^PPPPPPPPPPPPPP5:
15+
$1JP55555555555P$3GGG$1P$2^PPPPPPPPPPPPPPPGY
16+
$17P555555555555$3GGGGG$2PPPPPPPPPPPPPPPPPG?
17+
$1!P555555555555$3GGGGGGG$2PPPPPPPPPPPPPPPPPG!
18+
$1^5555555555555$3PGGGGGGGG$2PPPPPPPPPPPPPPPPPP^
19+
$1:Y555555555555$3PGGGGGGGGGG$2PPPPPPPPPPPPPPPPP5:
20+
$1.JP55555555555$3PGGGGGGGGGGGG$2PPPPPPPPPPPPPPPPGY.
21+
$1?PPPPPPPPPPPP$3GGBBBBBBBBBBBBB$2GGGGGGGGGGGGGGGGGJ
22+
$1^~~~~~~~~~~~$3!!!!!!!!!!!!!!!!!$2!!!!!!!!!!!!!!!!~

src/logo/builtin.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4262,6 +4262,16 @@ static const FFlogo S[] = {
42624262
FF_COLOR_FG_WHITE,
42634263
},
42644264
},
4265+
// SummitOS
4266+
{
4267+
.names = {"SummitOS"},
4268+
.lines = FASTFETCH_DATATEXT_LOGO_SUMMITOS,
4269+
.colors = {
4270+
FF_COLOR_FG_RGB "143;191;80",
4271+
FF_COLOR_FG_RGB "160;205;102",
4272+
FF_COLOR_FG_RGB "181;225;102",
4273+
},
4274+
},
42654275
// Suse
42664276
{
42674277
.names = {"suse", "suse-linux"},

0 commit comments

Comments
 (0)