Skip to content

Commit 3777f2e

Browse files
committed
Add OS2 Warp logo
1 parent c2d5d5c commit 3777f2e

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+
$1 .-==: . .
2+
$1 -+:::+= * *- = -. -%*
3+
$1 ** *# :%- . :.*=: -%%
4+
$1 %@: -@% =%@%%*: - :. -%=
5+
$1-@@: :@@- -+#%%+ .: :*.
6+
$1-@@: :@@-- -% = .*
7+
$1.%@- -%% ++ # . -: .
8+
$1 #* ** =.:*: +- = #%%%%#+-*:
9+
$1 -=====- .:- ..
10+
$1
11+
$2 =*+ -+*:
12+
$2 .*+ :*+= -+*++**-
13+
$2 +*-++++ -++-:. .:-=++.=*+. =*-
14+
$2 -***:-+:*++=*++*: +*+=:-**+=**++-
15+
$2 :- :***==*+.=++ +*+=++*=.=*+.
16+
$2 .=-=*+***+*= +*+ :**+=++
17+
$2 . -*+ +*+ .=:

src/logo/builtin.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3686,6 +3686,15 @@ static const FFlogo O[] = {
36863686
FF_COLOR_FG_DEFAULT,
36873687
},
36883688
},
3689+
// OS/2 Warp
3690+
{
3691+
.names = {"os2warp", "OS2 Warp"},
3692+
.lines = FASTFETCH_DATATEXT_LOGO_OS2WARP,
3693+
.colors = {
3694+
FF_COLOR_FG_LIGHT_WHITE,
3695+
FF_COLOR_FG_LIGHT_BLUE,
3696+
}
3697+
},
36893698
// OS_Elbrus
36903699
{
36913700
.names = {"OS Elbrus"},

0 commit comments

Comments
 (0)