Add files via upload

This commit is contained in:
Robert 2018-04-24 23:43:07 +02:00 committed by GitHub
parent 6901a3ff8b
commit 3ed7327ef3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -3428,6 +3428,11 @@ get_distro_colors() {
ascii_file="apricity"
;;
"ArcoLinux"*)
set_colors 7 4
ascii_file="arcolinux"
;;
"arch_small")
set_colors 6 7 1
ascii_file="arch_small"
@ -3729,6 +3734,11 @@ get_distro_colors() {
ascii_file="lede"
;;
"Linux Lite"*)
set_colors fg 8 3
ascii_file="linuxlite"
;;
"Linux")
set_colors fg 8 3
ascii_file="linux"