Ascii: [Arch] Use brighter colors

This commit is contained in:
Dylan Araps 2017-03-28 08:49:46 +11:00
parent b37916e42a
commit f8f26453ae
1 changed files with 3 additions and 3 deletions

View File

@ -2801,12 +2801,12 @@ get_distro_colors() {
;; ;;
"arch_small") "arch_small")
set_colors 4 7 1 set_colors 6 7 1
ascii_file="arch_small" ascii_file="arch_small"
;; ;;
"arch_old") "arch_old")
set_colors 4 7 1 set_colors 6 7 1
ascii_file="arch_old" ascii_file="arch_old"
;; ;;
@ -2816,7 +2816,7 @@ get_distro_colors() {
;; ;;
"Arch"*) "Arch"*)
set_colors 4 4 7 1 set_colors 6 6 7 1
ascii_file="arch" ascii_file="arch"
;; ;;