Skip to content

Commit 4fc4f5e

Browse files
authored
Update builtin.c
1 parent a8d724b commit 4fc4f5e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/logo/builtin.c

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,13 @@ static const FFlogo C[] = {
10741074
{
10751075
.names = {"Cosmic"},
10761076
.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},
1077+
.colors = {
1078+
FF_COLOR_FG_WHITE,
1079+
FF_COLOR_FG_LIGHT_YELLOW,
1080+
FF_COLOR_FG_YELLOW,
1081+
FF_COLOR_FG_LIGHT_RED,
1082+
FF_COLOR_FG_RED,
1083+
},
10781084
.colorKeys = FF_COLOR_FG_LIGHT_RED,
10791085
.colorTitle = FF_COLOR_FG_YELLOW,
10801086
},

0 commit comments

Comments
 (0)