This commit is contained in:
nadrad 2022-09-18 13:39:49 +02:00
parent d3d9ed0bdd
commit ebf14c12a6

5
h-m-m
View file

@ -7,12 +7,11 @@ $mm=[];
$mm['max_parent_width'] = 25;
$mm['max_leaf_width'] = 55;
$mm['line_spacing'] = 1;
$mm['initial_depth'] = 1;
$mm['center_lock'] = false;
$mm['focus_lock'] = false;
$mm['initial_depth'] = 1;
$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";
@ -82,9 +81,7 @@ $mm['win_top'] = 0;
$mm['root'] = 2;
const logo_color = "\033[38;5;222m";
const default_color = "\033[0m";
const min_indentation = 2;
const width_tolerance = 1.3;
const width_min = 15;