Merge pull request #868 from dawidd6/lede

ascii: add LEDE
This commit is contained in:
Herdiansyah 2017-11-26 18:56:05 +07:00 committed by GitHub
commit fe057a157b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

9
ascii/distro/lede Normal file
View File

@ -0,0 +1,9 @@
${c1} _________
/ /\
/ LE / \
/ DE / \
/________/ LE \
\ \ DE /
\ LE \ /
\ DE \ /
\________\/

View File

@ -3397,6 +3397,11 @@ get_distro_colors() {
ascii_file="kubuntu"
;;
"LEDE"*)
set_colors 4 7 1
ascii_file="lede"
;;
"Linux")
set_colors fg 8 3
ascii_file="linux"