mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:14:37 +02:00
fix univalent's colours
This commit is contained in:
+3
-3
@@ -2021,11 +2021,11 @@ static const FFlogo* getLogoUnivalent()
|
||||
" UUUUUUUUUUUUU\n"
|
||||
)
|
||||
FF_LOGO_COLORS(
|
||||
"34" //blue
|
||||
"34", //blue
|
||||
"32" //green
|
||||
)
|
||||
FF_LOGO_COLOR_KEYS("32"); //blue
|
||||
FF_LOGO_COLOR_TITLE("32"); //blue
|
||||
FF_LOGO_COLOR_KEYS("34"); //blue
|
||||
FF_LOGO_COLOR_TITLE("34"); //blue
|
||||
FF_LOGO_RETURN
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user