Jump to content

Colour control/recolouring questions


EnigMattic1
 Share

Recommended Posts

I am after some help.

Where do I need to look in order to change the purple to a different colour?vision.png.28ee8d00267b18e454e459eb32b9eeb2.png

What is responsible for the text/image in the red box?1236074976_InboxIcon.png.88f258d2ff046e3378b02a301ed532a7.png

What controls the text colour in the highlighted buttons in the preferences?

Preferences.png.470a778cc8fb5f441adc043601a0f692.png

Finally, what controls the message highlights in the inbox?

Edited by EnigMattic1
Link to post
Share on other sites

3 hours ago, EnigMattic1 said:

I am after some help.

Where do I need to look in order to change the purple to a different colour?vision.png.28ee8d00267b18e454e459eb32b9eeb2.png

 

Hi. Change this colours in skin settings..

    <colour name="required objective"   value="rgb(r,g,b)" />
    <colour name="desired objective"    value="rgb(r,g,b)" />   
    <colour name="preferred objective"  value="rgb(r,g,b)" />
    <colour name="favoured objective"   value="rgb(r,g,b)" />

 

Link to post
Share on other sites

Just now, BuzzR said:

Hi. Change this colours in skin settings..

    <colour name="required objective"   value="rgb(r,g,b)" />
    <colour name="desired objective"    value="rgb(r,g,b)" />   
    <colour name="preferred objective"  value="rgb(r,g,b)" />
    <colour name="favoured objective"   value="rgb(r,g,b)" />

 

Thanks.

Link to post
Share on other sites

I can't answer your questions, but this is something that might help. 

If there's something I need to recolour, I screenshot it, open it in paint, and use the colour picker to identify the rbg values.  I then look in the settings file to see if anything has been set to that value.  Sometimes it's a Material UI ID (e.g. Red 300), so I'll check against the link provided. 

Once I've found the defined colour, I firstly search for that colour name in the settings file, to see if it appears to be listed as something that might impact the area I'm trying to address.  If that doesn't work, I search the colour name in File Explorer from the Panels folder; it will often throw up quite a few files to look through, but can usually work out which panel I need to edit from the names.  It's not 100%, but it pretty effective.

Link to post
Share on other sites

1 hora atrás, EnigMattic1 disse:

And another question to add to my growing list.........

table.png.8daf01c9828f610a6419b7765e8dbaf4.png

What controls the numbers that I cant see? I want them white and not dark blue.


I might be wrong, but try checking the league stage panel views.xml file.

There, it is likely that you will have to change the multiple occurrences of the record id defined for each case, several times (e.g. wins, draws, etc.) since they appear on a multitude of screens and views.

Link to post
Share on other sites

4 hours ago, lugui said:


I might be wrong, but try checking the league stage panel views.xml file.

There, it is likely that you will have to change the multiple occurrences of the record id defined for each case, several times (e.g. wins, draws, etc.) since they appear on a multitude of screens and views.

Couldn't get it to change. I tried changing every entry of colour="text" to colour="white", but it didn't make any difference

Link to post
Share on other sites

I also have a text colour question. 
On this page, I want the stadium name always to be readable. Right now it's white, and that's fine of course for all the nations where the background isn't white. ;)

What do I need to do, to change the text colour to black, when background is white?      

<!--stadium name-->
<widget class="client_object_label" spec="text,small" size="11" colour="white" font="title" alignment="centre_x,top,can_scale" auto_size="vertical" id="Tsre" priority="1" >
<layout class="stick_to_sides_attachment" alignment="top" inset="5" />
<record id="object_property">
<integer id="get_property" value="objt" />
</record>
</widget>
	  

I already tried to change colour="white" to colour="primary" .. but it didn't work2129738111_Screenshot2021-11-24at15_58_05.thumb.png.a8c67c0ac60dd78380e0b8a7e1392a6e.png

Screenshot 2021-11-24 at 15.58.18.png

Edited by Rivanov
Link to post
Share on other sites

news item bit is likely controlled by inbox headline panel found in panels\news_item_panels

For the button they just look like they use the standard normal button so you'll need to check you haven't changed something with the xml in the folder with the graphic or change the standard_button_text colour in the settings file.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...