dstuffle
August 20th, 2013, 00:07
Hi folks,
I am trying to darken a font color on the Shadowrun 4 ruleset's character page. Currently, the text color is so ligh it blinds into the blue background color, making it unreadable (may just be my old eyes).
4720
I assumed it would be easy to find in the character sheet xml, but I found nothing. Here is a sample of the xml code for one of the lables (from the charsheet_1_main.xml file):
<string_labeled name="metatype" source="base.metatype">
<anchored>
<to>overviewframe</to>
<position>insidetopleft</position>
<offset>160,10</offset>
<size>
<width>100</width>
<height>20</height>
</size>
</anchored>
<anchorto>overviewframe</anchorto>
<height>20</height>
<label>Metatype</label>
<tabtarget>
<prev>name</prev>
<next>subtype</next>
</tabtarget>
<tooltip>
<text>Metatype (Race) of your Character (Basetype only)</text>
</tooltip>
</string_labeled>
Anyone got some help as to how to change the label's text color?
Thanks.
I am trying to darken a font color on the Shadowrun 4 ruleset's character page. Currently, the text color is so ligh it blinds into the blue background color, making it unreadable (may just be my old eyes).
4720
I assumed it would be easy to find in the character sheet xml, but I found nothing. Here is a sample of the xml code for one of the lables (from the charsheet_1_main.xml file):
<string_labeled name="metatype" source="base.metatype">
<anchored>
<to>overviewframe</to>
<position>insidetopleft</position>
<offset>160,10</offset>
<size>
<width>100</width>
<height>20</height>
</size>
</anchored>
<anchorto>overviewframe</anchorto>
<height>20</height>
<label>Metatype</label>
<tabtarget>
<prev>name</prev>
<next>subtype</next>
</tabtarget>
<tooltip>
<text>Metatype (Race) of your Character (Basetype only)</text>
</tooltip>
</string_labeled>
Anyone got some help as to how to change the label's text color?
Thanks.