diff --git a/inxi b/inxi index 1b3bba3..dbf834e 100755 --- a/inxi +++ b/inxi @@ -908,9 +908,9 @@ select_default_color_scheme() if [[ $B_RUNNING_IN_SHELL == 'true' ]];then echo -n "" - print_screen_output "$irc_clear $i)$spacer Remove all color settings. Restore $SCRIPT_NAME default." - print_screen_output "$irc_clear $(($i+1)))$spacer Continue, no changes or config file setting." - print_screen_output "$irc_clear $(($i+2)))$spacer Exit, use another terminal, or set manually." + print_screen_output "$irc_clear $i)${spacer}Remove all color settings. Restore $SCRIPT_NAME default." + print_screen_output "$irc_clear $(($i+1)))${spacer}Continue, no changes or config file setting." + print_screen_output "$irc_clear $(($i+2)))${spacer}Exit, use another terminal, or set manually." print_screen_output "------------------------------------------------------------------------------" print_screen_output "Simply type the number for the color scheme that looks best to your eyes for your $COLOR_SELECTION settings" print_screen_output "and hit ENTER. NOTE: You can bring this option list up by starting $SCRIPT_NAME with option: -c plus one of these numbers:"