Plz read comment of ja_var file
# BEGIN: TEMPLATE CONFIGURATIONS ##########
####################################
#support extra color themes
$ja_screen_sizes = array ('narrow', 'wide');
$ja_color_themes = array('default','black'); // You can add more color array if needed
####################################
$_params = new mosParameters('');
# Change the width of the template
$_params->set(JA_TOOL_SCREEN,'wide'); // wide, narrow
# default color
$_params->set(JA_TOOL_COLOR,''); //blank for default, else pick one of in extra color themes $ja_color_themes
#font size default
$_params->set(JA_TOOL_FONT,3);
# Enable users option
$_params->set(JA_TOOL_USER,6); // 0: 0: disable all; 2: font tool; 4: color tool; 6: font + color;
# Choose your prefer Menu Type
$_params->set(JA_TOOL_MENU,'dropline'); // split, dropline, slide
# Joomla menutype used in main navigation
$_params->set('menutype','mainmenu'); // split, moo, css, dropline
# Template Logo
$_params->set('logoType', 'image'); // image, text
$_params->set('logoText', ''); // used if logoType is text
$_params->set('sloganText', 'Your slogan'); // used if logoType is text
# END: TEMPLATE CONFIGURATIONS ##########