HI schmidej !
Please open ja_templatetools.php file in templatesja_drimia folder , find following code section at about line 110 :
<?php
foreach ($this->_ja_color_themes as $ja_color_theme) {
echo "
<li><img style="cursor: pointer;" src="".$this->templateurl()."/images/".$ja_color_theme.( ($this->getParam(JA_TOOL_COLOR)==$ja_color_theme) ? "-hilite" : "" ).".".$imgext."" title="".$ja_color_theme." color" alt="".$ja_color_theme." color" id="ja-tool-".$ja_color_theme."color" onclick="switchTool('".$this->template."_".JA_TOOL_COLOR."','$ja_color_theme');return false;" /></li>
";
} ?>
this is code for display color tools , text for hover is red text, you need change it.