Logo (Builtin): add Bredos

Fix #1615
This commit is contained in:
李通洲
2025-03-14 09:31:43 +08:00
parent b66a009046
commit 3227e934de
2 changed files with 19 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
████████████████
██████░░░░░░████░░░░██ ████
████░░░░████░░░░░░██░░░░░░██░░░░██
██░░░░░░░░░░██░░░░░░██░░░░░░░░██░░░░██
██░░░░░░░░░░██░░░░░░░░░░░░░░░░██░░░░░░██
██▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▓▓██
██▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▓▓▓▓██
██▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░▓▓▓▓▓▓▓▓██
██████████████████████████
+10
View File
@@ -766,6 +766,16 @@ static const FFlogo B[] = {
.colorKeys = FF_COLOR_FG_CYAN,
.colorTitle = FF_COLOR_FG_GREEN,
},
// BredOS
{
.names = {"Bredos"},
.lines = FASTFETCH_DATATEXT_LOGO_BREDOS,
.colors = {
FF_COLOR_FG_RGB "198;151;66", //grey
},
.colorKeys = FF_COLOR_FG_RGB "198;151;66",
.colorTitle = FF_COLOR_FG_RGB "198;151;66",
},
// BSD
{
.names = {"BSD"},