PDA

View Full Version : Changing the color of the focus outline in newer builds?


rpeterclark
14th April 2003, 14:34
Does anyone know how to change the color of the focus outline in the newer builds? I looked around for a color id, but with no luck.

CalSurferPunk
14th April 2003, 19:02
I've tried to find a way to change this numerous times too :cry: . I'm not sure it possible from any examples I've found anywhere either. You've probably looked here already, but this is the only place that even had something close:

http://www.bluemars.org/wa3skintutorial/tut3.html

This is what is there:
<color id="common.itemlist.outline.current" value="255,255,0"/>
<!-- Currently playing outline color -->
<color id="common.itemlist.outline.focus" value="0,128,128"/>
<!-- Focused item dashed outline color -->

Have you been able to change the other colors in that window already?

rpeterclark
14th April 2003, 20:41
Yeah, those values are for the outlines in certain list objects. I still haven't had any luck.