Changing color of buttons and background?
Hi - I'm new to any sort of computer code so I'm trying to figure things out as I go... I love your plugin but it's a challenge for a novice like me. Two issues I can't figure out are 1) Changing the colors on the buttons - I've put in the RGB numberon line 121 but I don't get the color I'm expecting (yellow.) 2) I'm trying to put an image in the background but I only see the background color. Here is the config: 

Thanks for your help!
Please use code blocks when posting config files. I've updated your post above to reflect this.
Oops, sorry - ty Wulf :)

Merged post

Any help would be appreciated! :)
In response to Xandra ():
Oops, sorry - ty Wulf :)

Merged post

Any help would be appreciated! :)
Solved the image problem - now I just need information about the color coding...
Search for RGBa Color Formats 
In response to Xandra ():
Solved the image problem - now I just need information about the color coding...
If you want color your text, you have to edit it like this:

Original: "A Test" = All White
Colred in red: "</color=red>A Test</color>" = All Red
Colored in Hex: </color=#85B2FF>A Text </color>" = All Custom Blue
Hex colors: https://htmlcolorcodes.com/
In response to eyeSight ():
If you want color your text, you have to edit it like this:

Original: "A Test" = All Whit...

Maybe I'm missing something but I'm trying to make the backgroundcolor of the whole UI more opaque but I'm not having any luck. The transparency in percent it to the specific images and I just have a solid colour. I'm guessing either the hex code is missing something or a new variable needs to be added.

 

 "ActiveButtonColor": "#0255255255",
    "InactiveButtonColor": "#127127127255",
    "CloseButtonColor": "#127127127255",
    "NextPageButtonColor": "#127127127255",
    "PrevPageButtonColor": "#127127127255",
    "BackgroundColor": "#214da6",
    "HelpButton": {
      "IsEnabled": false,
      "Text": "Help",
      "Position": {
        "MinX": 0.0,
        "MaxX": 0.05,
        "MinY": 0.1,
        "MaxY": 0.14
      },
      "Color": "#127127127255",
      "FontSize": 18
In response to Irish ():
Maybe I'm missing something but I'm trying to make the backgroundcolor of the whole UI more opaque b...
What values have you got in there, phone numbers and IP addresses? .... lol

https://www.w3schools.com/colors/colors_picker.asp
In response to LoneWolfAU ():
What values have you got in there, phone numbers and IP addresses? .... lol

https://www.w...
haha. They were just the default ones. I've set them to what I want. I just still can't get the actual background to have an opaque/transparency to it.
In response to Irish ():
haha. They were just the default ones. I've set them to what I want. I just still can't get the actu...
      "Url": "http://7-themes.com/data_images/out/35/6889756-black-backgrounds.jpg",
      "TransparencyInPercent": 90 <----- transparency
    },
    "ActiveButtonColor": "#7F7F7FFF",
    "InactiveButtonColor": "#7F7F7FFF",
    "CloseButtonColor": "#7F7F7FFF",
    "NextPageButtonColor": "#7F7F7FFF",
    "PrevPageButtonColor": "#7F7F7FFF",
    "BackgroundColor": "#202020DF", <------ change backgroundcolor to this
    "HelpButton": {
      "IsEnabled": false,
      "Text": "Help",
      "Position": {
        "MinX": 0.0,
        "MaxX": 0.05,
        "MinY": 0.1,
        "MaxY": 0.14
      },
      "Color": "#127127127255",
      "FontSize": 18
    },
    "UpgradedConfig": false
  }
}
Try that mate.
In response to LoneWolfAU ():
Try that mate.
Thanks all. I ended up figuring it out. I didn't see the link at the top of the page, giving the codes on how to do it! I appreciate everyone helping!
check for  more....color codes