Commit 42bcad1b authored by Dylan Araps's avatar Dylan Araps

Misc: Fix bold=off not working

parent a3a8fea9
...@@ -2640,10 +2640,10 @@ setcolors() { ...@@ -2640,10 +2640,10 @@ setcolors() {
c6="$(color "$6")${ascii_bold}" c6="$(color "$6")${ascii_bold}"
if [ "${colors[0]}" == "distro" ]; then if [ "${colors[0]}" == "distro" ]; then
title_color="$c1" title_color="$(color "$1")"
at_color="$reset" at_color="$reset"
underline_color="$reset" underline_color="$reset"
subtitle_color="$c2" subtitle_color="$(color "$2")"
colon_color="$reset" colon_color="$reset"
info_color="$reset" info_color="$reset"
......
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