Unverified Commit 3ed7327e authored by Robert's avatar Robert Committed by GitHub

Add files via upload

parent 6901a3ff
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment