Login screen for testing
jmak
jozmak at gmail.com
Sat Aug 12 04:20:33 UTC 2006
On 8/11/06, Ian Marks <ianmarks at aapt.net.au> wrote:
> Hi
>
> I have installed the log-in screen and it is working well. However I
> would prefer a darker blue for the words language and session.
>
Ian,
Open the xubuntu.xml file and look for these sections:
<item type="rect" id="language_button" button="true">
<pos x="50%" y="50%" width="box" height="box" anchor="c"/>
<box xpadding="0" spacing="2" orientation="horizontal">
<item type="pixmap">
<pos width="24" height="24"/>
<normal file="icon-language.png"/>
<prelight file="icon-language-prelight.png"/>
<active file="icon-language-active.png"/>
</item>
<item type="label">
<normal font="Bitstream Vera Sans 9" color="#3a5065"/>
<prelight font="Bitstream Vera Sans 9" color="#587999"/>
<active font="Bitstream Vera Sans 9" color="#3a5065"/>
<pos y="50%" anchor="w"/>
<stock type="language"/>
<!-- session -->
<item type="rect" id="session_button" button="true">
<pos x="50%" y="50%" width="box" height="box" anchor="c"/>
<box xpadding="0" spacing="2" orientation="horizontal">
<item type="pixmap">
<pos width="24" height="24"/>
<normal file="icon-session.png"/>
<prelight file="icon-session-prelight.png"/>
<active file="icon-session-active.png"/>
</item>
<item type="label">
<normal font="Bitstream Vera Sans 9" color="#3a5065"/>
<prelight font="Bitstream Vera Sans 9" color="#587999"/>
<active font="Bitstream Vera Sans 9" color="#3a5065"/>
<pos y="50%" anchor="w"/>
<stock type="session"/>
and change the font colors like in the code above.
J. Mak
--
http://jozmak.googlepages.com/
More information about the xubuntu-devel
mailing list