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! 😄
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
frostedgamingThis 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
In the main plugin file you will find this section: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
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";