Ascii: [Arch] Use brighter colors
This commit is contained in:
parent
b37916e42a
commit
f8f26453ae
6
neofetch
6
neofetch
|
@ -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"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Reference in New Issue