mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Logo (Builtin): fix colors of raw Linux logo
This commit is contained in:
+3
-3
@@ -2684,11 +2684,11 @@ static const FFlogo L[] = {
|
||||
.lines = FASTFETCH_DATATEXT_LOGO_LINUX,
|
||||
.colors = {
|
||||
FF_COLOR_FG_WHITE,
|
||||
FF_COLOR_FG_BLACK,
|
||||
FF_COLOR_FG_LIGHT_BLACK,
|
||||
FF_COLOR_FG_YELLOW,
|
||||
},
|
||||
.colorKeys = FF_COLOR_FG_WHITE,
|
||||
.colorTitle = FF_COLOR_FG_WHITE,
|
||||
.colorKeys = FF_COLOR_FG_DEFAULT,
|
||||
.colorTitle = FF_COLOR_FG_YELLOW,
|
||||
},
|
||||
// LinuxFromScratch
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user