removed whitespace, added ${c1} to archlabs, added both to get_distro_colors()

This commit is contained in:
obrevenge 2017-04-15 22:00:20 -05:00
parent 11c8c289a8
commit 87927bc81b
3 changed files with 14 additions and 10 deletions

View file

@ -2829,6 +2829,11 @@ get_distro_colors() {
ascii_file="arch"
;;
"ARCHlabs"*)
set_colors 6 6 7 1
ascii_file="archlabs"
;;
"Bitrig"*)
set_colors 2 7
ascii_file="bitrig"
@ -3094,6 +3099,11 @@ get_distro_colors() {
ascii_file="nixos"
;;
"OBRevenge"*)
set_colors 1 7 3
ascii_file="obrevenge"
;;
"openbsd_small")
set_colors 3 7 6 1 8
ascii_file="openbsd_small"