Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe Illustrator Change default transparency grid colors?

  • Change default transparency grid colors?

    Posted by Greg C neumayer on February 11, 2016 at 11:35 pm

    I’d like to change the default colors of the transparency grid in AI. Currently it’s white and grey. I’d like it to be
    “0x0053564B” and
    “0x004F4D53”
    which is the format for AE prefs. (It’s a medium tone green and purple).

    However, the AI pref file (/Users/Admin/Library/Preferences) in version 19 is in this 16-bit format:

    (lines 4409 – 4415)
    /transparencygrid 0
    //this presumably white, as it’s the highest number allowable:
    /transparencygrid_color1_red 65535
    /transparencygrid_color1_green 65535
    /transparencygrid_color1_blue 65535
    //and the grey:
    /transparencygrid_color2_red 52428
    /transparencygrid_color2_green 52428
    /transparencygrid_color2_blue 52428

    How can I convert my preferred colors to this format?
    Or is there an easier access to this pref that I’m not aware of?

    Thanks!

    Kalleheikki Kannisto replied 10 years, 3 months ago 2 Members · 1 Reply
  • 1 Reply
  • Kalleheikki Kannisto

    February 13, 2016 at 5:51 pm

    53564B in RGB 8-bit: 83,86,75 in RGB 16-bit (*256): 21248, 22016, 19200

    4F4D53 in RGB 8-bit: 79,77,83 in RGB 16-bit: 20224, 19712, 21248

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy