Skip to content

Commit 3227e93

Browse files
committed
Logo (Builtin): add Bredos
Fix #1615
1 parent b66a009 commit 3227e93

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

src/logo/ascii/bredos.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
████████████████
2+
██████░░░░░░████░░░░██ ████
3+
████░░░░████░░░░░░██░░░░░░██░░░░██
4+
██░░░░░░░░░░██░░░░░░██░░░░░░░░██░░░░██
5+
██░░░░░░░░░░██░░░░░░░░░░░░░░░░██░░░░░░██
6+
██▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▓▓██
7+
██▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▓▓▓▓██
8+
██▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░▓▓▓▓▓▓▓▓██
9+
██████████████████████████

src/logo/builtin.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,16 @@ static const FFlogo B[] = {
766766
.colorKeys = FF_COLOR_FG_CYAN,
767767
.colorTitle = FF_COLOR_FG_GREEN,
768768
},
769+
// BredOS
770+
{
771+
.names = {"Bredos"},
772+
.lines = FASTFETCH_DATATEXT_LOGO_BREDOS,
773+
.colors = {
774+
FF_COLOR_FG_RGB "198;151;66", //grey
775+
},
776+
.colorKeys = FF_COLOR_FG_RGB "198;151;66",
777+
.colorTitle = FF_COLOR_FG_RGB "198;151;66",
778+
},
769779
// BSD
770780
{
771781
.names = {"BSD"},

0 commit comments

Comments
 (0)