Hello,
Whenever I set the foreground or background color of a text inside the editor, the code it generates contain something like: color: rgb(92,92,92); in the style property.
I need that it generates the hexagesimal value instead Ie. color: #5c5c5c;
What should I change?
Thanks in advance,
Will
Whenever I set the foreground or background color of a text inside the editor, the code it generates contain something like: color: rgb(92,92,92); in the style property.
I need that it generates the hexagesimal value instead Ie. color: #5c5c5c;
What should I change?
Thanks in advance,
Will
Re: HEX Value instead of rgb() in Fore and Back Color
Can someone please help me on this?
Thanks
Will