How can I make OS X Stickies *custom* colors?

OS X Stickies lets you change the background color of a stickie note to any of six colors. How can I select a different, custom color for my notes?

I don't see any preferences that allow me to do this. So, I was hoping to simply edit some file contained in the Stickies.app bundle, or in the StickiesDatabase. But, I can't find the right spot to edit. I determined that the blue note has color #ADF4FF, in hopes that I'd be able to find that hex string in some file and replace it with the hex code of another color, but no matter which file I opened in HexEdit, I could not find "ADF4FF" in the hex contents.

Any ideas?

1 Answer

The color values are hard-coded in the Stickies binary.

Decompile and look in StickiesWindow setColorByIndex:. The colors are created using NSColor colorWithDeviceRed:green:blue:alpha:.

3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like