View Single Post
Old 08-17-2019, 02:45 AM   #7
juliansader
Human being with feelings
 
Join Date: Jul 2009
Posts: 3,714
Default

Quote:
Do I have to step into the code?
It is quite straightforward: The text color is set in the second to last line of the code:
Code:
gfx.set(fgc,fgc,fgc,fga)
Simply change this to
Code:
gfx.set(red,green,blue,fga)
where red, green and blue are values between 0 and 1. (And then press Ctrl+S to save the preset.)
juliansader is offline   Reply With Quote