Color code problem

Hi can someone tell me what i am doing wrong

I try to change the colorcode for blue so i dont have to change every label manul to my colorcode

I have change the <color name="blue" value="#0001e9fe" /> and this should generate
my custom turquise blue color but instead it makes my color look like screen shot

I used online converter from rgb to hex rgb value is Red=1 Green=233 Blue=254


color.jpg
 
Ok since no one seems to help me out i just hade to dive in to the books my self amd found out that Color Code Blue in my example must be in the blue scale and i understand also
the reason why. Yes it woud be easy and nice tou just change color code instead of changing colorname in all panels. But then all would be very confusing.

So to add custom color you have to add the whole colorcode with a uniq custom name since all alias name are compiled in to the python code.
 
Top