Skip to content

Commit 486ade0

Browse files
committed
Logo (Builtin): KDE -> KDE Neon
1 parent e021cfe commit 486ade0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
File renamed without changes.

src/logo/builtin.c

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2304,12 +2304,13 @@ static const FFlogo K[] = {
23042304
FF_COLOR_FG_WHITE
23052305
}
23062306
},
2307-
// KDENeon
2307+
// KDE Neon
23082308
{
2309-
.names = {"KDE", "kde-neon", "kde neon"},
2310-
.lines = FASTFETCH_DATATEXT_LOGO_KDE,
2309+
.names = {"KDE Neon"}, // Distro ID is `neon`; Distro name is `KDE Neon`
2310+
.lines = FASTFETCH_DATATEXT_LOGO_KDENEON,
23112311
.colors = {
23122312
FF_COLOR_FG_GREEN,
2313+
FF_COLOR_FG_DEFAULT,
23132314
},
23142315
},
23152316
// Kibojoe

0 commit comments

Comments
 (0)