mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-12 10:22:12 +02:00
@@ -0,0 +1,9 @@
|
||||
████████████████
|
||||
██████░░░░░░████░░░░██ ████
|
||||
████░░░░████░░░░░░██░░░░░░██░░░░██
|
||||
██░░░░░░░░░░██░░░░░░██░░░░░░░░██░░░░██
|
||||
██░░░░░░░░░░██░░░░░░░░░░░░░░░░██░░░░░░██
|
||||
██▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▓▓██
|
||||
██▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▓▓▓▓██
|
||||
██▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░▓▓▓▓▓▓▓▓██
|
||||
██████████████████████████
|
||||
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user