Skip to content

Commit ed6abfd

Browse files
sgilissenCarterLi
andauthored
Logo (Builtin): adds OS/2 Warp logo (#2062)
* Add OS2 Warp logo * Update ASCII art in os2warp.txt * Refactor OS/2 Warp logo names for consistency --------- Co-authored-by: Carter Li <[email protected]>
1 parent 50388ef commit ed6abfd

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

src/logo/ascii/os2warp.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.-==: . .
2+
-+:::+= * *- = -. -%*
3+
** *# :%- . :.*=: -%%
4+
%@: -@% =%@%%*: - :. -%=
5+
-@@: :@@- -+#%%+ .: :*.
6+
-@@: :@@-- -% = .*
7+
.%@- -%% ++ # . -: .
8+
#* ** =.:*: +- = #%%%%#+-*:
9+
-=====- .:- ..
10+
11+
$2 =*+ -+*:
12+
.*+ :*+= -+*++**-
13+
+*-++++ -++-:. .:-=++.=*+. =*-
14+
-***:-+:*++=*++*: +*+=:-**+=**++-
15+
:- :***==*+.=++ +*+=++*=.=*+.
16+
.=-=*+***+*= +*+ :**+=++
17+
. -*+ +*+ .=:

src/logo/builtin.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3700,6 +3700,15 @@ static const FFlogo O[] = {
37003700
FF_COLOR_FG_DEFAULT,
37013701
},
37023702
},
3703+
// OS/2 Warp
3704+
{
3705+
.names = {"OS2Warp"},
3706+
.lines = FASTFETCH_DATATEXT_LOGO_OS2WARP,
3707+
.colors = {
3708+
FF_COLOR_FG_LIGHT_WHITE,
3709+
FF_COLOR_FG_LIGHT_BLUE,
3710+
}
3711+
},
37033712
// OS_Elbrus
37043713
{
37053714
.names = {"OS Elbrus"},

0 commit comments

Comments
 (0)