File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2424,26 +2424,26 @@ static const FFlogo K[] = {
2424
2424
},
2425
2425
// Kali
2426
2426
{
2427
- .names = {"Kali" , "Kalilinux" },
2427
+ .names = {"Kali" },
2428
2428
.lines = FASTFETCH_DATATEXT_LOGO_KALI ,
2429
2429
.colors = {
2430
2430
FF_COLOR_FG_BLUE ,
2431
2431
FF_COLOR_FG_LIGHT_BLACK ,
2432
2432
},
2433
2433
.colorKeys = FF_COLOR_FG_BLUE ,
2434
- .colorTitle = FF_COLOR_FG_WHITE ,
2434
+ .colorTitle = FF_COLOR_FG_DEFAULT ,
2435
2435
},
2436
2436
// KaliSmall
2437
2437
{
2438
- .names = {"Kali_small" , "Kalilinux_small" },
2438
+ .names = {"Kali_small" },
2439
2439
.type = FF_LOGO_LINE_TYPE_SMALL_BIT ,
2440
2440
.lines = FASTFETCH_DATATEXT_LOGO_KALI_SMALL ,
2441
2441
.colors = {
2442
2442
FF_COLOR_FG_BLUE ,
2443
2443
FF_COLOR_FG_LIGHT_BLACK ,
2444
2444
},
2445
2445
.colorKeys = FF_COLOR_FG_BLUE ,
2446
- .colorTitle = FF_COLOR_FG_WHITE ,
2446
+ .colorTitle = FF_COLOR_FG_DEFAULT ,
2447
2447
},
2448
2448
// Kalpa Desktop
2449
2449
{
You can’t perform that action at this time.
0 commit comments