All settings you can find in BeRocket_Compare_Products class in static variables $defaults.
public static $defaults = array(
'br_compare_products_general_settings' => array(
'compare_page' => '',
'attributes' => array(),
'use_full_screen' => '',
),
'br_compare_products_style_settings' => array(
'button' => array(
'bcolor' => '999999',
'bwidth' => '0',
'bradius' => '0',
'fontsize' => '16',
'fcolor' => '333333',
'backcolor' => '9999ff',
),
'toolbutton' => array(
'bcolor' => '999999',
'bwidth' => '0',
'bradius' => '0',
'fontsize' => '16',
'fcolor' => '333333',
'backcolor' => '9999ff',
),
'table' => array(
'colwidth' => '200',
'imgwidth' => '',
'toppadding' => '0',
'backcolor' => 'ffffff',
),
),
'br_compare_products_text_settings' => array(
'compare' => 'Compare',
'add_compare' => 'Compare',
'added_compare' => 'Added',
'toolbar' => 'Products For Compare',
'attribute' => 'Attributes',
'custom' => 'Other attributes',
'availability' => 'Availability',
),
'br_compare_products_javascript_settings' => array(
'before_load' => '',
'after_load' => '',
),
'br_compare_products_license_settings' => array(
'plugin_key' => '',
),
);
