Jump to content

Gia7x

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Gia7x

  1. 14 minutes ago, michaeltmurrayuk said:

    If you want the Purple Default Skin you just need the Default Base Skin from the opening post.

    If you want a Dark version of the Purple Skin (i.e. you want the Purple skin but you don't want the white inbox) then download the Default Base Skin and in the settings file near the top of the file you'll see six lines with various card colours declared on those lines on each of these lines for the three that have fg in the name change that bit to read bg, and in the three that have bg in the name change to read fg.

    So you'd change the code from;

    
    <colour name="card fg lighter" 				value="rgb(94,70,121)"/>
    <colour name="card fg" 					value="rgb(56,36,78)"/>
    <colour name="card fg darker" 				value="rgb(37,19,55)"/>
    <colour name="card bg lighter" 				value="rgb(255,255,255)"/>
    <colour name="card bg" 					value="rgb(244,244,244)"/>
    <colour name="card bg darker" 				value="rgb(205,205,205)"/>

    To:

    
    <colour name="card bg lighter" 					value="rgb(94,70,121)"/>
    <colour name="card bg" 						value="rgb(56,36,78)"/>
    <colour name="card bg darker" 					value="rgb(37,19,55)"/>
    <colour name="card fg lighter" 					value="rgb(255,255,255)"/>
    <colour name="card fg" 						value="rgb(244,244,244)"/>
    <colour name="card fg darker" 					value="rgb(205,205,205)"/>

    And that will flip the Inbox/Scouting screens so they are dark like the rest of the skin.

    Thanks for your answer. I am basically fine with the default purple skin. The only things is that I am using the background pictures (stadiums, flags and competions). So I just need the default skin with transparency that supports backgrounds. How could I do this?

×
×
  • Create New...