Hi dmocca !
Teline ii switch color for section following way below :
Please open index.php file in templates/ja_teline_ii folder , go to line 45 :
<link href="<?php echo $tmpTools->templateurl(); ?>/css/colors/theme<?php echo $tmpTools->getThemeForSection(); ?>.css" rel="stylesheet" type="text/css" />
this is code for get color css file . to get color css file it use getThemeForSection function , to view code of that function please open ja_templatetools_1.5.php file in templates/ja_teline_ii folder , find following code line at about line 281 :
function getThemeForSection () {
if you want to have different scheme color for component , you need modify getThemeForSection to switch between component menu instead of section menu.