presence: add indicators in smartlist

Presence indicators are now displayed in the smartlist. It is placed
at the bottom left of an avatar and is refreshed automatically when
presence status is modified.

Change-Id: I4acf8a0df0d8a0f03ac013388bf5fc5d417afcb5
Reviewed-by: Olivier Soldano <olivier.soldano@savoirfairelinux.com>
diff --git a/ringthemeutils.h b/ringthemeutils.h
index 1d021fe..0adc357 100644
--- a/ringthemeutils.h
+++ b/ringthemeutils.h
@@ -28,5 +28,6 @@
 static const QColor red_ {251, 72, 71};
 static const QColor lightRed_ {252, 91, 90};
 static const QColor darkRed_ {219, 55, 54};
+static const QColor green_ {127, 255, 0};
 
 }