EnigMattic1 Posted November 22, 2021 Share Posted November 22, 2021 (edited) I am after some help. Where do I need to look in order to change the purple to a different colour? What is responsible for the text/image in the red box? What controls the text colour in the highlighted buttons in the preferences? Finally, what controls the message highlights in the inbox? Edited November 22, 2021 by EnigMattic1 Link to post Share on other sites More sharing options...
BuzzR Posted November 22, 2021 Share Posted November 22, 2021 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? 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 More sharing options...
EnigMattic1 Posted November 22, 2021 Author Share Posted November 22, 2021 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 More sharing options...
EnigMattic1 Posted November 23, 2021 Author Share Posted November 23, 2021 And another question to add to my growing list......... What controls the numbers that I cant see? I want them white and not dark blue. Link to post Share on other sites More sharing options...
GIMN Posted November 23, 2021 Share Posted November 23, 2021 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 More sharing options...
lugui Posted November 23, 2021 Share Posted November 23, 2021 1 hora atrás, EnigMattic1 disse: And another question to add to my growing list......... 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 More sharing options...
EnigMattic1 Posted November 23, 2021 Author Share Posted November 23, 2021 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 More sharing options...
lugui Posted November 23, 2021 Share Posted November 23, 2021 Couldn't get it to change. I tried changing every entry of colour="text" to colour="white", but it didn't make any difference Instead of colour="white", try something from this scale HERE, maybe "grey 50". Or run a test with this file attached, which I am currently using and works fine. league stage panel views.xml Link to post Share on other sites More sharing options...
EnigMattic1 Posted November 24, 2021 Author Share Posted November 24, 2021 18 hours ago, lugui said: Instead of colour="white", try something from this scale HERE, maybe "grey 50". Or run a test with this file attached, which I am currently using and works fine. league stage panel views.xml 20.52 kB · 0 downloads That worked. Thanks 1 Link to post Share on other sites More sharing options...
Rivanov Posted November 24, 2021 Share Posted November 24, 2021 (edited) 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 work Edited November 24, 2021 by Rivanov Link to post Share on other sites More sharing options...
Rivanov Posted November 24, 2021 Share Posted November 24, 2021 Already fixed it! colour="secondary" is the solution 1 Link to post Share on other sites More sharing options...
EnigMattic1 Posted November 24, 2021 Author Share Posted November 24, 2021 I've now sorted most of my "issues", but I would still like some help on the text colour in the buttons in preferences and the small icon in the inbox/news item text colour. Both are in the first post if anyone can advise? Link to post Share on other sites More sharing options...
michaeltmurrayuk Posted November 24, 2021 Share Posted November 24, 2021 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now