File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ ████████████████
2+ ██████░░░░░░████░░░░██ ████
3+ ████░░░░████░░░░░░██░░░░░░██░░░░██
4+ ██░░░░░░░░░░██░░░░░░██░░░░░░░░██░░░░██
5+ ██░░░░░░░░░░██░░░░░░░░░░░░░░░░██░░░░░░██
6+ ██▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▓▓██
7+ ██▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▓▓▓▓██
8+ ██▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░▓▓▓▓▓▓▓▓██
9+ ██████████████████████████
Original file line number Diff line number Diff 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" },
You can’t perform that action at this time.
0 commit comments