Logo (Builtin): add Black Mesa

Fix #586
This commit is contained in:
李通洲
2023-10-17 23:46:38 +08:00
parent ef5268f78d
commit d15a977431
2 changed files with 30 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
.-;+$$XHHHHHHX$$+;-
,:X@@X%/;=----=:\%X@@X:,
=$$@@%=. .=+H@X:
-XMX: =XMX=
/@@: =H@+
%@X. .$$@$$
+@X, $$@%
/@@, .@@\
%@% +@$$
H@: :@H
H@: :HHHHHHHHHHHHHHHHHHX, =@H
%@% ;@M@@@@@@@@@@@@@@@@@H- +@$$
=@@, :@@@@@@@@@@@@@@@@@@@@@= .@@:
=@X :@@@@@@@@@@@@@@@@@@@@@@:%@%
$$@$$, ;@@@@@@@@@@@@@@@@@M@@@@@@$$
+@@HHHHHHH@@@@@@@@@@@@@@@@@@@@@@@
=X@@@@@@@@@@@@@@@@@@@@@@@@@@@X=
:$$@@@@@@@@@@@@@@@@@@M@@@@$$:
\$$@@@@@@@@@@@@@@@@@@X/-
.-;+$$XXHHHHHX$$+;-.
+10
View File
@@ -574,6 +574,16 @@ static const FFlogo B[] = {
.colorKeys = FF_COLOR_FG_LIGHT_RED,
.colorTitle = FF_COLOR_FG_RED,
},
// BlackMesa
{
.names = {"BlackMesa", "black-mesa"},
.lines = FASTFETCH_DATATEXT_LOGO_BLACKMESA,
.colors = {
FF_COLOR_FG_BLACK,
},
.colorKeys = FF_COLOR_FG_BLACK,
.colorTitle = FF_COLOR_FG_WHITE,
},
// BlackPanther
{
.names = {"BlackPanther"},