Skip to content

Commit 488454c

Browse files
committed
Logo (Builtin): simplify kali linux
1 parent c67c52d commit 488454c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/logo/builtin.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2424,26 +2424,26 @@ static const FFlogo K[] = {
24242424
},
24252425
// Kali
24262426
{
2427-
.names = {"Kali", "Kalilinux"},
2427+
.names = {"Kali"},
24282428
.lines = FASTFETCH_DATATEXT_LOGO_KALI,
24292429
.colors = {
24302430
FF_COLOR_FG_BLUE,
24312431
FF_COLOR_FG_LIGHT_BLACK,
24322432
},
24332433
.colorKeys = FF_COLOR_FG_BLUE,
2434-
.colorTitle = FF_COLOR_FG_WHITE,
2434+
.colorTitle = FF_COLOR_FG_DEFAULT,
24352435
},
24362436
// KaliSmall
24372437
{
2438-
.names = {"Kali_small", "Kalilinux_small"},
2438+
.names = {"Kali_small"},
24392439
.type = FF_LOGO_LINE_TYPE_SMALL_BIT,
24402440
.lines = FASTFETCH_DATATEXT_LOGO_KALI_SMALL,
24412441
.colors = {
24422442
FF_COLOR_FG_BLUE,
24432443
FF_COLOR_FG_LIGHT_BLACK,
24442444
},
24452445
.colorKeys = FF_COLOR_FG_BLUE,
2446-
.colorTitle = FF_COLOR_FG_WHITE,
2446+
.colorTitle = FF_COLOR_FG_DEFAULT,
24472447
},
24482448
// Kalpa Desktop
24492449
{

0 commit comments

Comments
 (0)