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[] = {
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 {
You can’t perform that action at this time.
0 commit comments