Option to Increase Opacity?

As the title states, is there any way to increase the opacity of the icons & counters? 

Can be a bit hard to read in certain environments. Thanks in advance! 😄

This can be done via the plugin file. I've done it myself, just need to know a bit about color codes

frostedgaming

This can be done via the plugin file. I've done it myself, just need to know a bit about color codes

I know a fair amount about hex codes etc as I'm a graphic designer by profession lol. However none of that applies here... would you mind sharing how you were able to do that? An example would be perfect

Ouo6o9kWeNxM8K4.jpg KarlosTheGod

I know a fair amount about hex codes etc as I'm a graphic designer by profession lol. However none of that applies here... would you mind sharing how you were able to do that? An example would be perfect

In the main plugin file you will find this section:
            const string COLOR_PANEL = "0 0 0 0.75",
                         COLOR_ICON  = "1 1 1 1",
                         COLOR_TEXT  = "0.9 0.9 0.9 0.9";
​

Here you can edit the colors per entity (icon, text, panel). These are the settings I am currently using and have found to do the trick! Hope that helps.