Skip to content

Commit 7b689f9

Browse files
committed
Logo (Builtin): adds secureblue
Fixes #1979
1 parent 9eed149 commit 7b689f9

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

src/logo/ascii/secureblue.txt

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

src/logo/builtin.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4379,6 +4379,16 @@ static const FFlogo S[] = {
43794379
FF_COLOR_FG_RED,
43804380
},
43814381
},
4382+
// Secureblue
4383+
{
4384+
.names = {"secureblue"},
4385+
.lines = FASTFETCH_DATATEXT_LOGO_SECUREBLUE,
4386+
.colors = {
4387+
FF_COLOR_FG_BLUE,
4388+
FF_COLOR_FG_MAGENTA,
4389+
FF_COLOR_FG_DEFAULT,
4390+
},
4391+
},
43824392
// Serpent OS
43834393
{
43844394
.names = {"Serpent OS"},

0 commit comments

Comments
 (0)