Add new KISS Linux logo based off favicon

This commit is contained in:
berezka
2026-01-16 21:19:34 +01:00
committed by Carter Li
parent 4445e1e78d
commit bae80e2932
2 changed files with 23 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
██████ ██████
██$2██████$1████$2██████$1██
██$3████$2████████████████$1██
██$2██$3████$2██████████████████$1██
██$2██$3██$2████$3████████████$2████████$1██
██$2██████$3████████████████$2██████$1██
██$2████████████████████████████$1██
██$2████████████████████████$1██
██$2██████$3████████$2██████$1██
████$2████████████$1████
████████████
+12
View File
@@ -2536,6 +2536,18 @@ static const FFlogo K[] = {
.colorKeys = FF_COLOR_FG_MAGENTA,
.colorTitle = FF_COLOR_FG_BLUE,
},
// KISSLinux2
{
.names = {"kiss2"},
.lines = FASTFETCH_DATATEXT_LOGO_KISS2,
.colors = {
FF_COLOR_FG_BLACK,
FF_COLOR_FG_RED,
FF_COLOR_FG_WHITE,
},
.colorKeys = FF_COLOR_FG_RED,
.colorTitle = FF_COLOR_FG_RED,
},
// Kogaion
{
.names = {"Kogaion"},