Skip to content

Commit b251c32

Browse files
committed
fix colors, update README
1 parent 034e23d commit b251c32

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Title, Separator, OS, Host, Kernel, Uptime, Processes, Packages, Shell, Resoluti
5050

5151
##### Logos
5252
```
53-
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
53+
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
5454
```
5555
* Most of the logos have a small variant. Access it by appending _small to the logo name.
5656
* Some logos have an old variant. Access it by appending _old to the logo name.

src/logo/builtin.c

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -780,15 +780,16 @@ static const FFlogo* getLogoKISSLinux()
780780
FF_LOGO_INIT
781781
FF_LOGO_NAMES("kiss", "kiss-linux", "kisslinux")
782782
FF_LOGO_LINES(
783-
" ___ \n"
784-
" (.· | \n"
785-
" (<> | \n"
786-
" / __ \\ \n"
787-
" ( / \\ /| \n"
788-
"_/\\ __)/_) \n"
789-
"\\/-____\\/ \n"
783+
" $3 ___ \n"
784+
" ($1$3| \n"
785+
" ($2<> $3| \n"
786+
" / $1__$3 \\ \n"
787+
" ( $1/ \\ $3/| \n"
788+
"$2_$3/\\ $1__)$3/$2_$3) \n"
789+
"$2\\/$3-____$2\\/$1 \n"
790790
)
791791
FF_LOGO_COLORS(
792+
"37", //white
792793
"35", //magenta
793794
"34" //blue
794795
)

0 commit comments

Comments
 (0)