Commit f8f26453 authored by Dylan Araps's avatar Dylan Araps

Ascii: [Arch] Use brighter colors

parent b37916e4
...@@ -2801,12 +2801,12 @@ get_distro_colors() { ...@@ -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() { ...@@ -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"
;; ;;
......
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