styling "???"

This commit is contained in:
nadrad 2022-09-09 21:44:04 +02:00
parent 603dfbcdde
commit b808f6d161

11
h-m-m
View file

@ -14,6 +14,7 @@ $mm['show_logo'] = 0;
$mm['active_node_color'] = "\033[38;5;0m\033[48;5;172m\033[1m";
$mm['message_color'] = "\033[38;5;0m\033[48;5;141m\033[1m";
$mm['question_color'] = "\033[38;5;168m";
function load_settings(&$mm)
@ -2214,6 +2215,16 @@ function display(&$mm, $force_center = false)
)
;
// styling "???"
$line =
str_replace
(
'???'
,$mm['question_color'].'???'.default_color
,$line
);
// dimming {meta}s
$line =