Purple!
This commit is contained in:
parent
6322feb01f
commit
7109b2b33d
@ -449,7 +449,8 @@ mpc_args=()
|
||||
# Example:
|
||||
# colors=(distro) - Text is colored based on Distro colors.
|
||||
# colors=(4 6 1 8 8 6) - Text is colored in the order above.
|
||||
colors=(distro)
|
||||
#colors=(distro)
|
||||
colors=(55 55 55 55 5 5)
|
||||
|
||||
|
||||
# Text Options
|
||||
@ -683,7 +684,12 @@ ascii_distro="auto"
|
||||
# Example:
|
||||
# ascii_colors=(distro) - Ascii is colored based on Distro colors.
|
||||
# ascii_colors=(4 6 1 8 8 6) - Ascii is colored using these colors.
|
||||
ascii_colors=(distro)
|
||||
#ascii_colors=(distro)
|
||||
ascii_colors=(55 53 55 53 55 53)
|
||||
#5=pink
|
||||
#55=purple
|
||||
#53=purple/red
|
||||
#57=purple/blue
|
||||
|
||||
# Bold ascii logo
|
||||
# Whether or not to bold the ascii logo.
|
||||
|
Loading…
Reference in New Issue
Block a user