Ubuntu – Creating Unity appindicator icons

iconsindicatorunity

I want to create attention appindicator icon for my application. They are usually blue color, but I need exact color code in order to make it integrate in unity well. I found nothing on http://unity.ubuntu.com/projects/appindicators/.

So, I need exact colors for dark (Radience), light (Ambiance) and attention (blue).

Can someone help?

There must be some guidline for creating this icons.

Best Answer

The hexadecimal RGBA color codes for indicators are:

  • Ambiance (ubuntu-mono-dark): dfd8c8ff
  • Radiance (ubuntu-mono-light): 3a3935ff
  • Attention (blue): 19b6eeff