From b251c32c1274cde02b50457288fe0d9a1b9e4ae1 Mon Sep 17 00:00:00 2001 From: draumaz Date: Tue, 2 Aug 2022 12:24:15 +0000 Subject: [PATCH] fix colors, update README --- README.md | 2 +- src/logo/builtin.c | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e4f28de98..dce9239b1 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Title, Separator, OS, Host, Kernel, Uptime, Processes, Packages, Shell, Resoluti ##### Logos ``` -Alpine, Android, Arch, Arco, Artix, Bedrock, CachyOS, CentOS, Debian, Devuan, Deepin, Endeavour, Fedora, Garuda, Gentoo, KDE Neon, Kubuntu, Linux, Manjaro, Mint, NixOS, OpenSUSE, OpenSUSE Tumbleweed, OpenSUSE LEAP, Pop!_OS, RebornOS, RedstarOS, Rocky, Rosa, Ubuntu, Void, Zorin +Alpine, Android, Arch, Arco, Artix, Bedrock, CachyOS, CentOS, Debian, Devuan, Deepin, Endeavour, Fedora, Garuda, Gentoo, KDE Neon, KISS, Kubuntu, Linux, Manjaro, Mint, NixOS, OpenSUSE, OpenSUSE Tumbleweed, OpenSUSE LEAP, Pop!_OS, RebornOS, RedstarOS, Rocky, Rosa, Ubuntu, Void, Zorin ``` * Most of the logos have a small variant. Access it by appending _small to the logo name. * Some logos have an old variant. Access it by appending _old to the logo name. diff --git a/src/logo/builtin.c b/src/logo/builtin.c index 8412a5fc4..1a284e560 100644 --- a/src/logo/builtin.c +++ b/src/logo/builtin.c @@ -780,15 +780,16 @@ static const FFlogo* getLogoKISSLinux() FF_LOGO_INIT FF_LOGO_NAMES("kiss", "kiss-linux", "kisslinux") FF_LOGO_LINES( - " ___ \n" - " (.· | \n" - " (<> | \n" - " / __ \\ \n" - " ( / \\ /| \n" - "_/\\ __)/_) \n" - "\\/-____\\/ \n" + " $3 ___ \n" + " ($1.· $3| \n" + " ($2<> $3| \n" + " / $1__$3 \\ \n" + " ( $1/ \\ $3/| \n" + "$2_$3/\\ $1__)$3/$2_$3) \n" + "$2\\/$3-____$2\\/$1 \n" ) FF_LOGO_COLORS( + "37", //white "35", //magenta "34" //blue )