Skip to content

Commit bdd0f40

Browse files
author
tgallone
committed
add cosmicDE logo
1 parent f9713d5 commit bdd0f40

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

src/logo/ascii/cosmic.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
$1 .xMMMMMMMMMMMMMMMMMMMMMMx.
2+
JDMMMMMMMMMMMMMMMMMMMMMMMMOL
3+
IMMMY' 'YMMMI
4+
MMMM MMMM
5+
MMMM MMMM
6+
IMMMb dMMMI
7+
'YMMMMMMMMb. .dMMMMMMMMK'
8+
'OMMMMMMMP' 'YMMMMMMMP'
9+
10+
$2.x76767$36767676$476767$5676x.
11+
$2'*76767$36767676$476767$5676*'

src/logo/builtin.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,6 +1070,14 @@ static const FFlogo C[] = {
10701070
.colorKeys = FF_COLOR_FG_BLUE,
10711071
.colorTitle = FF_COLOR_FG_WHITE,
10721072
},
1073+
// Cosmic DE
1074+
{
1075+
.names = {"Cosmic"},
1076+
.lines = FASTFETCH_DATATEXT_LOGO_COSMIC,
1077+
.colors = {FF_COLOR_FG_WHITE, FF_COLOR_FG_LIGHT_YELLOW, FF_COLOR_FG_YELLOW, FF_COLOR_FG_LIGHT_RED, FF_COLOR_FG_RED},
1078+
.colorKeys = FF_COLOR_FG_LIGHT_RED,
1079+
.colorTitle = FF_COLOR_FG_YELLOW,
1080+
},
10731081
// CRUX
10741082
{
10751083
.names = {"CRUX"},

0 commit comments

Comments
 (0)