Copy link to clipboard
Copied
Trying to revert back to the default color for fillable fields, but need the color value to enter.
Copy link to clipboard
Copied
Copy-paste this script in the JS Console, then press Enter:
app.runtimeHighlightColor = ["RGB", 204/255, 214/255, 255/255];
Copy link to clipboard
Copied
RGB,0.8000030517578125,0.8431396484375,1
Copy link to clipboard
Copied
Copy-paste this script in the JS Console, then press Enter:
app.runtimeHighlightColor = ["RGB", 204/255, 214/255, 255/255];
Copy link to clipboard
Copied
You can manually enter them in: Preferences -> Forms -> Fields highlight color: -> More colors
Hue - 151
Sat - 240
Lum - 216
Red - 204
Green - 215
Blue - 2255
Copy link to clipboard
Copied
Blue - 255
Copy link to clipboard
Copied
Hope you are doing well.
Thanks for sharing your comments here.
This will be helppful for future users looking for solution to a similar question.
Regards,
Souvik.