mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Add new KISS Linux logo based off favicon
This commit is contained in:
@@ -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████
|
||||
████████████
|
||||
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user