Hi Bernhard,
i had tried to change the title color of the view using script code unfortunately i didn't get that to change the color of the view but my code will change the color of the window..
in your view.htm wirte this code..
check this..
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
$(".main").css("color","green");
});
i had missed something here to change the title of the view.. there is a css tag existing for that i don't have idea about that..
Thanks & Regards,
Srinivas.